Cloud API Overview > @adpt/cloud > k8s > Toleration > key
k8s.Toleration.key property
The taint key that the toleration applies to.
Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
Signature:
key?: string;