KubernetesClusterNodePoolTaintArgs

data class KubernetesClusterNodePoolTaintArgs(val effect: Output<String>, val key: Output<String>, val value: Output<String>) : ConvertibleToJava<KubernetesClusterNodePoolTaintArgs>

Constructors

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

Properties

Link copied to clipboard
val effect: Output<String>

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

Link copied to clipboard
val key: Output<String>

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

Link copied to clipboard
val value: Output<String>

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

Functions

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