Enum LinuxNodeConfig.CgroupMode (2.44.0)

public enum LinuxNodeConfig.CgroupMode extends Enum<LinuxNodeConfig.CgroupMode> implements ProtocolMessageEnum

Possible cgroup modes that can be used.

Protobuf enum google.container.v1beta1.LinuxNodeConfig.CgroupMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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 = 0;

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_UNSPECIFIED = 0;

CGROUP_MODE_V1

CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.

CGROUP_MODE_V1 = 1;

CGROUP_MODE_V1_VALUE

CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.

CGROUP_MODE_V1 = 1;

CGROUP_MODE_V2

CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.

CGROUP_MODE_V2 = 2;

CGROUP_MODE_V2_VALUE

CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.

CGROUP_MODE_V2 = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()