Cloud API Overview > @adpt/cloud > k8s > Toleration > tolerationSeconds
k8s.Toleration.tolerationSeconds property
Represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint.
By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
Signature:
tolerationSeconds?: number;