Google Cloud Container V1 Client - Class ArchitectureTaintBehavior (2.9.0)

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

Controls architecture tainting behavior for a node pool.

New values may be added in the future.

Protobuf type google.container.v1.TaintConfig.ArchitectureTaintBehavior

Namespace

Google \ Cloud \ Container \ V1 \ TaintConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED

Value: 0

Specifies that the behavior is unspecified, defaults to ARM.

Generated from protobuf enum ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED = 0;

NONE

Value: 1

Disables default architecture taints on the node pool.

Generated from protobuf enum NONE = 1;

ARM

Value: 2

Taints all the nodes in the node pool with the default ARM taint.

Generated from protobuf enum ARM = 2;