public enum TaintConfig.ArchitectureTaintBehavior extends Enum<TaintConfig.ArchitectureTaintBehavior> implements ProtocolMessageEnumControls architecture tainting behavior for a node pool. New values may be added in the future.
Protobuf enum google.container.v1beta1.TaintConfig.ArchitectureTaintBehavior
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED |
Specifies that the behavior is unspecified, defaults to ARM. |
ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED_VALUE |
Specifies that the behavior is unspecified, defaults to ARM. |
ARM |
Taints all the nodes in the node pool with the default ARM taint. |
ARM_VALUE |
Taints all the nodes in the node pool with the default ARM taint. |
NONE |
Disables default architecture taints on the node pool. |
NONE_VALUE |
Disables default architecture taints on the node pool. |
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() |
|