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 \ TaintConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED
Value: 0Specifies that the behavior is unspecified, defaults to ARM.
Generated from protobuf enum ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED = 0;
NONE
Value: 1Disables default architecture taints on the node pool.
Generated from protobuf enum NONE = 1;
ARM
Value: 2Taints all the nodes in the node pool with the default ARM taint.
Generated from protobuf enum ARM = 2;