Cloud API Overview > @adpt/cloud > k8s > Toleration > operator
k8s.Toleration.operator property
Represents a key's relationship to the value.
Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
Signature:
operator?: "Exists" | "Equal";