Linux Node Config Cgroup Mode
enum LinuxNodeConfigCgroupMode : Enum<LinuxNodeConfigCgroupMode> , ConvertibleToJava<LinuxNodeConfigCgroupMode>
cgroup_mode specifies the cgroup mode to be used on the node.
Entries
Link copied to clipboard
CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
Link copied to clipboard
CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
Link copied to clipboard
CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.