BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigTaint

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

Constructors

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

Specifies the nodes operating system (default: LINUX). Possible values are: EFFECT_UNSPECIFIED, PREFER_NO_SCHEDULE, NO_EXECUTE.

Link copied to clipboard
val key: String? = null

Key associated with the effect.

Link copied to clipboard
val value: String? = null

Value associated with the effect.