Toleration Patch Args
    data class TolerationPatchArgs(val effect: Output<String>? = null, val key: Output<String>? = null, val operator: Output<String>? = null, val tolerationSeconds: Output<Int>? = null, val value: Output<String>? = null) : ConvertibleToJava<TolerationPatchArgs> 
The pod this Toleration 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.