| Modifier and Type | Method and Description |
|---|---|
RestartPolicy |
Pod.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
PodSpec.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
Job.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
PodTemplateProps.Jsii$Proxy.getRestartPolicy() |
default RestartPolicy |
IPodSpec.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
IPodSpec.Jsii$Proxy.getRestartPolicy()
Restart policy for all containers within the pod.
|
default RestartPolicy |
IPodSpec.Jsii$Default.getRestartPolicy()
Restart policy for all containers within the pod.
|
default RestartPolicy |
PodSpecProps.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
PodSpecProps.Jsii$Proxy.getRestartPolicy() |
RestartPolicy |
StatefulSet.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
PodProps.Jsii$Proxy.getRestartPolicy() |
RestartPolicy |
DeploymentProps.Jsii$Proxy.getRestartPolicy() |
RestartPolicy |
JobProps.Jsii$Proxy.getRestartPolicy() |
RestartPolicy |
Deployment.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
StatefulSetProps.Jsii$Proxy.getRestartPolicy() |
RestartPolicy |
IPodTemplate.Jsii$Proxy.getRestartPolicy()
Restart policy for all containers within the pod.
|
default RestartPolicy |
IPodTemplate.Jsii$Default.getRestartPolicy()
Restart policy for all containers within the pod.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Pod.Builder |
Pod.Builder.restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.
|
PodSpec.Builder |
PodSpec.Builder.restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.
|
Job.Builder |
Job.Builder.restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.
|
PodTemplateProps.Builder |
PodTemplateProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
PodSpecProps.Builder |
PodSpecProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
StatefulSet.Builder |
StatefulSet.Builder.restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.
|
PodProps.Builder |
PodProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
DeploymentProps.Builder |
DeploymentProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
JobProps.Builder |
JobProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
Deployment.Builder |
Deployment.Builder.restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.
|
PodTemplate.Builder |
PodTemplate.Builder.restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.
|
StatefulSetProps.Builder |
StatefulSetProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
Copyright © 2021. All rights reserved.