Class NodeTaint

NodeTaint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Kubernetes taint is comprised 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

NameDescription
key str
Key for taint.
value str
Value for taint.
effect google.cloud.container_v1.types.NodeTaint.Effect
Effect for taint.

Inheritance

builtins.object > proto.message.Message > NodeTaint

Classes

Effect

Effect(value)

Possible values for Effect in taint.