Taint Patch
data class TaintPatch(val effect: String? = null, val key: String? = null, val timeAdded: String? = null, val value: String? = null)
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 TaintPatch(effect: String? = null, key: String? = null, timeAdded: String? = null, value: String? = null)