| Modifier and Type | Method and Description |
|---|---|
default PodManagementPolicy |
StatefulSetProps.getPodManagementPolicy()
Pod management policy to use for this statefulset.
|
PodManagementPolicy |
StatefulSetProps.Jsii$Proxy.getPodManagementPolicy() |
PodManagementPolicy |
StatefulSet.getPodManagementPolicy()
Management policy to use for the set.
|
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 |
|---|---|
StatefulSetProps.Builder |
StatefulSetProps.Builder.podManagementPolicy(PodManagementPolicy podManagementPolicy)
Sets the value of
StatefulSetProps.getPodManagementPolicy() |
StatefulSet.Builder |
StatefulSet.Builder.podManagementPolicy(PodManagementPolicy podManagementPolicy)
Pod management policy to use for this statefulset.
|
Copyright © 2021. All rights reserved.