Uses of Class
org.cdk8s.plus24.RestartPolicy
-
-
Uses of RestartPolicy in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return RestartPolicy Modifier and Type Method Description RestartPolicyAbstractPod. getRestartPolicy()default RestartPolicyAbstractPodProps. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyAbstractPodProps.Jsii$Proxy. getRestartPolicy()RestartPolicyDaemonSetProps.Jsii$Proxy. getRestartPolicy()RestartPolicyDeploymentProps.Jsii$Proxy. getRestartPolicy()RestartPolicyJobProps.Jsii$Proxy. getRestartPolicy()RestartPolicyPodProps.Jsii$Proxy. getRestartPolicy()RestartPolicyStatefulSetProps.Jsii$Proxy. getRestartPolicy()RestartPolicyWorkloadProps.Jsii$Proxy. getRestartPolicy()static RestartPolicyRestartPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static RestartPolicy[]RestartPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus24 with parameters of type RestartPolicy Modifier and Type Method Description AbstractPodProps.BuilderAbstractPodProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofAbstractPodProps.getRestartPolicy()DaemonSet.BuilderDaemonSet.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.DaemonSetProps.BuilderDaemonSetProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofAbstractPodProps.getRestartPolicy()Deployment.BuilderDeployment.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.DeploymentProps.BuilderDeploymentProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofAbstractPodProps.getRestartPolicy()Job.BuilderJob.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.JobProps.BuilderJobProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofAbstractPodProps.getRestartPolicy()Pod.BuilderPod.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.PodProps.BuilderPodProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofAbstractPodProps.getRestartPolicy()StatefulSet.BuilderStatefulSet.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.StatefulSetProps.BuilderStatefulSetProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofAbstractPodProps.getRestartPolicy()WorkloadProps.BuilderWorkloadProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofAbstractPodProps.getRestartPolicy()
-