public sealed class ReservationAffinity : IMessage<ReservationAffinity>, IEquatable<ReservationAffinity>, IDeepCloneable<ReservationAffinity>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ReservationAffinity.
ReservationAffinity
is the configuration of desired reservation which instances could take
capacity from.
Corresponds to 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ReservationAffinity` class in the `Google.Cloud.Container.V1` namespace provides a way to configure how instances can utilize reserved capacity in Google Kubernetes Engine."],["This class supports various versions, from 2.3.0 up to the latest 3.33.0, all of which can be found in the provided list."],["The `ReservationAffinity` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which define its features and behavior."],["Key properties of the `ReservationAffinity` class include `ConsumeReservationType`, `Key`, and `Values`, allowing for detailed specification of the desired reservation consumption behavior."],["The `Key` property is used to target a `SPECIFIC_RESERVATION` by name, and you can see it listed in the documentation as \"compute.googleapis.com/reservation-name\"."]]],[]]