Class Toleration (0.7.0)

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

Toleration defines the fields for tolerations for pods created by auto-installed components.

Attributes

Name Description
key str
Key is the taint key that the toleration applies to.
value str
Value is the taint value that the toleration applies to.
key_operator google.cloud.gke_multicloud_v1.types.Toleration.KeyOperator
KeyOperator represents a key's relationship to the value e.g. 'Exist'.
effect google.cloud.gke_multicloud_v1.types.Toleration.Effect
Effect indicates the taint effect to match e.g. 'NoSchedule'

Classes

Effect

Effect(value)

Effect indicates the taint effect to match e.g. 'NoSchedule'.

KeyOperator

KeyOperator(value)

KeyOperator represents a key's relationship to the value e.g. 'Equal'.