Cloud API Overview > @adpt/cloud > k8s > PodProps > restartPolicy
k8s.PodProps.restartPolicy property
Restart policy for all containers within the pod.
One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
Signature:
restartPolicy: "Always" | "OnFailure" | "Never";