public enum LinuxNodeConfig.CgroupMode extends Enum<LinuxNodeConfig.CgroupMode> implements ProtocolMessageEnumPossible cgroup modes that can be used.
Protobuf enum google.container.v1beta1.LinuxNodeConfig.CgroupMode
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| CGROUP_MODE_UNSPECIFIED | CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used. |
| CGROUP_MODE_UNSPECIFIED_VALUE | CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used. |
| CGROUP_MODE_V1 | CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image. |
| CGROUP_MODE_V1_VALUE | CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image. |
| CGROUP_MODE_V2 | CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image. |
| CGROUP_MODE_V2_VALUE | CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image. |
| 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() |