public enum NodeConfig.EffectiveCgroupMode extends Enum<NodeConfig.EffectiveCgroupMode> implements ProtocolMessageEnum
Possible effective cgroup modes for the node.
Protobuf enum google.container.v1beta1.NodeConfig.EffectiveCgroupMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EFFECTIVE_CGROUP_MODE_UNSPECIFIED |
EFFECTIVE_CGROUP_MODE_UNSPECIFIED means the cgroup configuration for the node pool is unspecified, i.e. the node pool is a Windows node pool. |
EFFECTIVE_CGROUP_MODE_UNSPECIFIED_VALUE |
EFFECTIVE_CGROUP_MODE_UNSPECIFIED means the cgroup configuration for the node pool is unspecified, i.e. the node pool is a Windows node pool. |
EFFECTIVE_CGROUP_MODE_V1 |
CGROUP_MODE_V1 means the node pool is configured to use cgroupv1 for the cgroup configuration. |
EFFECTIVE_CGROUP_MODE_V1_VALUE |
CGROUP_MODE_V1 means the node pool is configured to use cgroupv1 for the cgroup configuration. |
EFFECTIVE_CGROUP_MODE_V2 |
CGROUP_MODE_V2 means the node pool is configured to use cgroupv2 for the cgroup configuration. |
EFFECTIVE_CGROUP_MODE_V2_VALUE |
CGROUP_MODE_V2 means the node pool is configured to use cgroupv2 for the cgroup configuration. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |