NodeGroupTaint

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The effect of the taint. Valid values: NO_SCHEDULE, NO_EXECUTE, PREFER_NO_SCHEDULE.

Link copied to clipboard
val key: String

The key of the taint. Maximum length of 63.

Link copied to clipboard
val value: String? = null

The value of the taint. Maximum length of 63.