ClusterNodePoolNodeConfigEffectiveTaintArgs

data class ClusterNodePoolNodeConfigEffectiveTaintArgs(val effect: Output<String>? = null, val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ClusterNodePoolNodeConfigEffectiveTaintArgs>

Constructors

constructor(effect: Output<String>? = null, key: Output<String>? = null, value: Output<String>? = null)

Properties

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

Effect for taint.

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

Key for taint.

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

Value for taint.

Functions

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