| Modifier and Type | Method and Description |
|---|---|
RestartPolicy |
StatefulSetProps.Jsii$Proxy.getRestartPolicy() |
RestartPolicy |
PodTemplateProps.Jsii$Proxy.getRestartPolicy() |
RestartPolicy |
Job.getRestartPolicy()
Restart policy for all containers within the pod.
|
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.
|
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 |
DeploymentProps.Jsii$Proxy.getRestartPolicy() |
RestartPolicy |
Deployment.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
StatefulSet.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
JobProps.Jsii$Proxy.getRestartPolicy() |
RestartPolicy |
PodSpec.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
Pod.getRestartPolicy()
Restart policy for all containers within the pod.
|
RestartPolicy |
PodProps.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 |
|---|---|
StatefulSetProps.Builder |
StatefulSetProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
PodTemplateProps.Builder |
PodTemplateProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
Job.Builder |
Job.Builder.restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.
|
PodSpecProps.Builder |
PodSpecProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
DeploymentProps.Builder |
DeploymentProps.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.
|
StatefulSet.Builder |
StatefulSet.Builder.restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.
|
JobProps.Builder |
JobProps.Builder.restartPolicy(RestartPolicy restartPolicy)
Sets the value of
PodSpecProps.getRestartPolicy() |
PodSpec.Builder |
PodSpec.Builder.restartPolicy(RestartPolicy restartPolicy)
Restart policy for all containers within the pod.
|
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 of
PodSpecProps.getRestartPolicy() |
| Constructor and Description |
|---|
Jsii$Proxy(org.cdk8s.ApiObjectMetadata podMetadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
PodTemplateProps.Builder. |
Jsii$Proxy(org.cdk8s.ApiObjectMetadata metadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
PodProps.Builder. |
Jsii$Proxy(Boolean defaultSelector,
Number replicas,
org.cdk8s.ApiObjectMetadata metadata,
org.cdk8s.ApiObjectMetadata podMetadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
DeploymentProps.Builder. |
Jsii$Proxy(org.cdk8s.Duration activeDeadline,
Number backoffLimit,
org.cdk8s.Duration ttlAfterFinished,
org.cdk8s.ApiObjectMetadata metadata,
org.cdk8s.ApiObjectMetadata podMetadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
JobProps.Builder. |
Jsii$Proxy(List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
PodSpecProps.Builder. |
Jsii$Proxy(Service service,
Boolean defaultSelector,
PodManagementPolicy podManagementPolicy,
Number replicas,
org.cdk8s.ApiObjectMetadata metadata,
org.cdk8s.ApiObjectMetadata podMetadata,
List<? extends ContainerProps> containers,
RestartPolicy restartPolicy,
IServiceAccount serviceAccount,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
StatefulSetProps.Builder. |
Copyright © 2021. All rights reserved.