Device Toleration
data class DeviceToleration(val effect: String? = null, val key: String? = null, val operator: String? = null, val tolerationSeconds: Int? = null, val value: String? = null)
The ResourceClaim this DeviceToleration is attached to tolerates any taint that matches the triple
Constructors
Properties
Link copied to clipboard
TolerationSeconds 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. If larger than zero, the time when the pod needs to be evicted is calculated as