Class NodeTaint (2.1.0)

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. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and- toleration/

Attributes

NameDescription
key str
Key for taint.
value str
Value for taint.
effect .cluster_service.NodeTaint.Effect
Effect for taint.

Classes

Effect

Effect(value)

Possible values for Effect in taint.