KubernetesNodePoolTaint

data class KubernetesNodePoolTaint(val effect: String, val key: String, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How the node reacts to pods that it won't tolerate. Available effect values are: "NoSchedule", "PreferNoSchedule", "NoExecute".

Link copied to clipboard
val key: String

An arbitrary string. The "key" and "value" fields of the "taint" object form a key-value pair.

Link copied to clipboard

An arbitrary string. The "key" and "value" fields of the "taint" object form a key-value pair.