Module: Google::Cloud::Container::V1beta1::ReservationAffinity::Type

Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Indicates whether to consume capacity from a reservation or not.

Constant Summary collapse

UNSPECIFIED =

Default value. This should not be used.

0
NO_RESERVATION =

Do not consume from any reserved capacity.

1
ANY_RESERVATION =

Consume any reservation available.

2
SPECIFIC_RESERVATION =

Must consume from a specific reservation. Must specify key value fields for specifying the reservations.

3