Enum TaintConfig.ArchitectureTaintBehavior (2.96.0)

public enum TaintConfig.ArchitectureTaintBehavior extends Enum<TaintConfig.ArchitectureTaintBehavior> implements ProtocolMessageEnum

Controls architecture tainting behavior for a node pool. New values may be added in the future.

Protobuf enum google.container.v1beta1.TaintConfig.ArchitectureTaintBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED

Specifies that the behavior is unspecified, defaults to ARM.

ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED = 0;

ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED_VALUE

Specifies that the behavior is unspecified, defaults to ARM.

ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED = 0;

ARM

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

ARM = 2;

ARM_VALUE

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

ARM = 2;

NONE

Disables default architecture taints on the node pool.

NONE = 1;

NONE_VALUE

Disables default architecture taints on the node pool.

NONE = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()