public sealed class SoleTenantConfig : IMessage<SoleTenantConfig>, IEquatable<SoleTenantConfig>, IDeepCloneable<SoleTenantConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class SoleTenantConfig.
SoleTenantConfig contains the NodeAffinities to specify what shared sole
tenant node groups should back the node pool.
[[["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 webpage provides documentation for the `SoleTenantConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 up to the latest 3.33.0."],["`SoleTenantConfig` is used to define NodeAffinities, allowing the configuration of shared sole tenant node groups for a node pool within Google Kubernetes Engine."],["The `SoleTenantConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all relating to the google.protobuf library."],["The class has two constructors, one with no parameters and one taking another instance of SoleTenantConfig."],["It contains a property called NodeAffinities that is of type RepeatedField and contains NodeAffinity objects."]]],[]]