Cloud API Overview > @adpt/cloud > k8s > Toleration > value
k8s.Toleration.value property
Value is the taint value the toleration matches to.
If the operator is Exists, the value should be empty, otherwise just a regular string.
Signature:
value?: string;