Uses of Class
org.cdk8s.plus24.RestartPolicy
-
Packages that use RestartPolicy Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of RestartPolicy in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return RestartPolicy Modifier and Type Method Description RestartPolicy
AbstractPod. getRestartPolicy()
default RestartPolicy
AbstractPodProps. getRestartPolicy()
Restart policy for all containers within the pod.RestartPolicy
AbstractPodProps.Jsii$Proxy. getRestartPolicy()
RestartPolicy
CronJobProps.Jsii$Proxy. getRestartPolicy()
RestartPolicy
DaemonSetProps.Jsii$Proxy. getRestartPolicy()
RestartPolicy
DeploymentProps.Jsii$Proxy. getRestartPolicy()
RestartPolicy
JobProps.Jsii$Proxy. getRestartPolicy()
RestartPolicy
PodProps.Jsii$Proxy. getRestartPolicy()
RestartPolicy
StatefulSetProps.Jsii$Proxy. getRestartPolicy()
RestartPolicy
WorkloadProps.Jsii$Proxy. getRestartPolicy()
static RestartPolicy
RestartPolicy. 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.Builder
AbstractPodProps.Builder. restartPolicy(RestartPolicy restartPolicy)
Sets the value ofAbstractPodProps.getRestartPolicy()
CronJob.Builder
CronJob.Builder. restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.CronJobProps.Builder
CronJobProps.Builder. restartPolicy(RestartPolicy restartPolicy)
Sets the value ofAbstractPodProps.getRestartPolicy()
DaemonSet.Builder
DaemonSet.Builder. restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.DaemonSetProps.Builder
DaemonSetProps.Builder. restartPolicy(RestartPolicy restartPolicy)
Sets the value ofAbstractPodProps.getRestartPolicy()
Deployment.Builder
Deployment.Builder. restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.DeploymentProps.Builder
DeploymentProps.Builder. restartPolicy(RestartPolicy restartPolicy)
Sets the value ofAbstractPodProps.getRestartPolicy()
Job.Builder
Job.Builder. restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.JobProps.Builder
JobProps.Builder. restartPolicy(RestartPolicy restartPolicy)
Sets the value ofAbstractPodProps.getRestartPolicy()
Pod.Builder
Pod.Builder. restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.PodProps.Builder
PodProps.Builder. restartPolicy(RestartPolicy restartPolicy)
Sets the value ofAbstractPodProps.getRestartPolicy()
StatefulSet.Builder
StatefulSet.Builder. restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.StatefulSetProps.Builder
StatefulSetProps.Builder. restartPolicy(RestartPolicy restartPolicy)
Sets the value ofAbstractPodProps.getRestartPolicy()
WorkloadProps.Builder
WorkloadProps.Builder. restartPolicy(RestartPolicy restartPolicy)
Sets the value ofAbstractPodProps.getRestartPolicy()
-