Google Cloud Container V1 Client - Class EffectiveCgroupMode (2.2.0)

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

Possible effective cgroup modes for the node.

Protobuf type google.container.v1.NodeConfig.EffectiveCgroupMode

Namespace

Google \ Cloud \ Container \ V1 \ NodeConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EFFECTIVE_CGROUP_MODE_UNSPECIFIED

Value: 0

EFFECTIVE_CGROUP_MODE_UNSPECIFIED means the cgroup configuration for the node pool is unspecified, i.e. the node pool is a Windows node pool.

Generated from protobuf enum EFFECTIVE_CGROUP_MODE_UNSPECIFIED = 0;

EFFECTIVE_CGROUP_MODE_V1

Value: 1

CGROUP_MODE_V1 means the node pool is configured to use cgroupv1 for the cgroup configuration.

Generated from protobuf enum EFFECTIVE_CGROUP_MODE_V1 = 1;

EFFECTIVE_CGROUP_MODE_V2

Value: 2

CGROUP_MODE_V2 means the node pool is configured to use cgroupv2 for the cgroup configuration.

Generated from protobuf enum EFFECTIVE_CGROUP_MODE_V2 = 2;