ClusterNodePoolNodeConfigSoleTenantConfigNodeAffinity

data class ClusterNodePoolNodeConfigSoleTenantConfigNodeAffinity(val key: String, val operator: String, val values: List<String>)

Constructors

constructor(key: String, operator: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The default or custom node affinity label key name.

Link copied to clipboard

Specifies affinity or anti-affinity. Accepted values are "IN" or "NOT_IN"

Link copied to clipboard

List of node affinity label values as strings.