Google Cloud Container V1 Client - Class ArchitectureTaintBehavior (2.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-20 UTC."],[],[]]