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. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The label key of Node resource to reference.

Link copied to clipboard

The operator to use for the node resources specified in the values parameter.

Link copied to clipboard

Corresponds to the label values of Node resource.