VMwareNodePoolConfigTaint

data class VMwareNodePoolConfigTaint(val effect: String? = null, val key: String, val value: String)

Constructors

Link copied to clipboard
constructor(effect: String? = null, key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val effect: String? = null

Available taint effects. Possible values are: EFFECT_UNSPECIFIED, NO_SCHEDULE, PREFER_NO_SCHEDULE, NO_EXECUTE.

Link copied to clipboard
val key: String

Key associated with the effect.

Link copied to clipboard

Value associated with the effect.