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