public sealed class GkeAutoUpgradeConfig : IMessage<GkeAutoUpgradeConfig>, IEquatable<GkeAutoUpgradeConfig>, IDeepCloneable<GkeAutoUpgradeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GkeAutoUpgradeConfig.
GkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
Implements
IMessageGkeAutoUpgradeConfig, IEquatableGkeAutoUpgradeConfig, IDeepCloneableGkeAutoUpgradeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GkeAutoUpgradeConfig()
public GkeAutoUpgradeConfig()
GkeAutoUpgradeConfig(GkeAutoUpgradeConfig)
public GkeAutoUpgradeConfig(GkeAutoUpgradeConfig other)
Parameter | |
---|---|
Name | Description |
other |
GkeAutoUpgradeConfig |
Properties
PatchMode
public GkeAutoUpgradeConfig.Types.PatchMode PatchMode { get; set; }
PatchMode specifies how auto upgrade patch builds should be selected.
Property Value | |
---|---|
Type | Description |
GkeAutoUpgradeConfigTypesPatchMode |