| Modifier and Type | Method and Description |
|---|---|
PodManagementPolicy |
StatefulSet.getPodManagementPolicy()
Management policy to use for the set.
|
default PodManagementPolicy |
StatefulSetProps.getPodManagementPolicy()
Pod management policy to use for this statefulset.
|
PodManagementPolicy |
StatefulSetProps.Jsii$Proxy.getPodManagementPolicy() |
static PodManagementPolicy |
PodManagementPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PodManagementPolicy[] |
PodManagementPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StatefulSet.Builder |
StatefulSet.Builder.podManagementPolicy(PodManagementPolicy podManagementPolicy)
Pod management policy to use for this statefulset.
|
StatefulSetProps.Builder |
StatefulSetProps.Builder.podManagementPolicy(PodManagementPolicy podManagementPolicy)
Sets the value of
StatefulSetProps.getPodManagementPolicy() |
| Constructor and Description |
|---|
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.