TaintPatchArgs

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
constructor(effect: Output<String>? = null, key: Output<String>? = null, timeAdded: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val effect: Output<String>? = null

Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.

Link copied to clipboard
val key: Output<String>? = null

Required. The taint key to be applied to a node.

Link copied to clipboard
val timeAdded: Output<String>? = null

TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints.

Link copied to clipboard
val value: Output<String>? = null

The taint value corresponding to the taint key.

Functions

Link copied to clipboard
open override fun toJava(): TaintPatchArgs