Uses of Class
org.cdk8s.plus20.RestartPolicy
-
-
Uses of RestartPolicy in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return RestartPolicy Modifier and Type Method Description RestartPolicyDaemonSet. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyDaemonSetProps.Jsii$Proxy. getRestartPolicy()RestartPolicyDeployment. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyDeploymentProps.Jsii$Proxy. getRestartPolicy()default RestartPolicyIPodSpec. getRestartPolicy()Restart policy for all containers within the pod.default RestartPolicyIPodSpec.Jsii$Default. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyIPodSpec.Jsii$Proxy. getRestartPolicy()Restart policy for all containers within the pod.default RestartPolicyIPodTemplate.Jsii$Default. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyIPodTemplate.Jsii$Proxy. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyJob. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyJobProps.Jsii$Proxy. getRestartPolicy()RestartPolicyPod. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyPodProps.Jsii$Proxy. getRestartPolicy()RestartPolicyPodSpec. getRestartPolicy()Restart policy for all containers within the pod.default RestartPolicyPodSpecProps. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyPodSpecProps.Jsii$Proxy. getRestartPolicy()RestartPolicyPodTemplateProps.Jsii$Proxy. getRestartPolicy()RestartPolicyStatefulSet. getRestartPolicy()Restart policy for all containers within the pod.RestartPolicyStatefulSetProps.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.plus20 with parameters of type RestartPolicy Modifier and Type Method Description DaemonSet.BuilderDaemonSet.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.DaemonSetProps.BuilderDaemonSetProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofPodSpecProps.getRestartPolicy()Deployment.BuilderDeployment.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.DeploymentProps.BuilderDeploymentProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofPodSpecProps.getRestartPolicy()Job.BuilderJob.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.JobProps.BuilderJobProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofPodSpecProps.getRestartPolicy()Pod.BuilderPod.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.PodProps.BuilderPodProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofPodSpecProps.getRestartPolicy()PodSpec.BuilderPodSpec.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.PodSpecProps.BuilderPodSpecProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofPodSpecProps.getRestartPolicy()PodTemplate.BuilderPodTemplate.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.PodTemplateProps.BuilderPodTemplateProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofPodSpecProps.getRestartPolicy()StatefulSet.BuilderStatefulSet.Builder. restartPolicy(RestartPolicy restartPolicy)Restart policy for all containers within the pod.StatefulSetProps.BuilderStatefulSetProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofPodSpecProps.getRestartPolicy()
-