You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CapacityReservationPreference specifies the preference for use of Capacity Reservations by the instance. Valid values include:
257
+
// "Open": The instance may make use of open Capacity Reservations that match its AZ and InstanceType
258
+
// "None": The instance may not make use of any Capacity Reservations. This is to conserve open reservations for desired workloads
259
+
// "CapacityReservationsOnly": The instance will only run if matched or targeted to a Capacity Reservation. Note that this is incompatible with a MarketType of `Spot`
allErrs=append(allErrs, field.Forbidden(field.NewPath("spec.template.spec"), "hostID, hostResourceGroupArn, and dynamicHostAllocation are mutually exclusive"))
0 commit comments