Class NodeTaints (2.12.0)

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

Collection of Kubernetes node taints <https://kubernetes.io/docs/concepts/configuration/taint-and-toleration>__.

Attribute

NameDescription
taints Sequence[google.cloud.container_v1beta1.types.NodeTaint]
List of node taints.

Inheritance

builtins.object > proto.message.Message > NodeTaints