NodeTaint(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Kubernetes taint is composed of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute.
See
here <https://kubernetes.io/docs/concepts/configuration/taint-and-toleration>
__
for more information, including usage and the valid values.
Attributes |
|
---|---|
Name | Description |
key |
str
Key for taint. |
value |
str
Value for taint. |
effect |
google.cloud.container_v1beta1.types.NodeTaint.Effect
Effect for taint. |
Classes
Effect
Effect(value)
Possible values for Effect in taint.