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