ClusterNodePoolNodeConfigReservationAffinity

data class ClusterNodePoolNodeConfigReservationAffinity(val consumeReservationType: String, val key: String? = null, val values: List<String>? = null)

Constructors

constructor(consumeReservationType: String, key: String? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of reservation consumption Accepted values are:

Link copied to clipboard
val key: String? = null

The label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.

Link copied to clipboard
val values: List<String>? = null

The list of label values of reservation resources. For example: the name of the specific reservation when using a key of "compute.googleapis.com/reservation-name"