Google Cloud Container V1 Client - Class CgroupMode (1.13.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class CgroupMode.

Possible cgroup modes that can be used.

Protobuf type google.container.v1.LinuxNodeConfig.CgroupMode

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

CGROUP_MODE_UNSPECIFIED

Value: 0

CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used.

The default for the GKE node OS image will be used.

Generated from protobuf enum CGROUP_MODE_UNSPECIFIED = 0;

CGROUP_MODE_V1

Value: 1

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

Generated from protobuf enum CGROUP_MODE_V1 = 1;

CGROUP_MODE_V2

Value: 2

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

Generated from protobuf enum CGROUP_MODE_V2 = 2;