Taint Patch Args
data class TaintPatchArgs(val effect: Output<String>? = null, val key: Output<String>? = null, val timeAdded: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<TaintPatchArgs>
The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
Constructors
Link copied to clipboard
fun TaintPatchArgs(effect: Output<String>? = null, key: Output<String>? = null, timeAdded: Output<String>? = null, value: Output<String>? = null)