ManagedKubernetesTaintArgs

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

Constructors

Link copied to clipboard
fun ManagedKubernetesTaintArgs(effect: Output<String>? = null, key: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

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

The taint effect. The following example is the definition of taints block:

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

The taint key.

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

The taint value.