Cloud API Overview > @adpt/cloud > k8s > Toleration > effect
k8s.Toleration.effect property
Indicates the taint effect to match.
Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
Signature:
effect?: "NoSchedule" | "PreferNoSchedule" | "NoExecute";