SchedulingNodeAffinityResponse

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

Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.

Constructors

Link copied to clipboard
fun SchedulingNodeAffinityResponse(key: String, operator: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Corresponds to the label key of Node resource.

Link copied to clipboard

Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity.

Link copied to clipboard

Corresponds to the label values of Node resource.