NodegroupTaint

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

An object representing a Taint specification for AWS EKS Nodegroup.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val effect: String? = null

The effect of the taint.

Link copied to clipboard
val key: String? = null

The key of the taint.

Link copied to clipboard
val value: String? = null

The value of the taint.