Module: Google::Cloud::Container::V1::NodeConfig::EffectiveCgroupMode

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Possible effective cgroup modes for the node.

Constant Summary collapse

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.

0
EFFECTIVE_CGROUP_MODE_V1 =

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

1
EFFECTIVE_CGROUP_MODE_V2 =

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

2