public sealed class RollbackNodePoolUpgradeRequest : IMessage<RollbackNodePoolUpgradeRequest>, IEquatable<RollbackNodePoolUpgradeRequest>, IDeepCloneable<RollbackNodePoolUpgradeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class RollbackNodePoolUpgradeRequest.
RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.
Implements
IMessageRollbackNodePoolUpgradeRequest, IEquatableRollbackNodePoolUpgradeRequest, IDeepCloneableRollbackNodePoolUpgradeRequest, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
Google.Cloud.Container.V1.dll
Constructors
RollbackNodePoolUpgradeRequest()
public RollbackNodePoolUpgradeRequest()
RollbackNodePoolUpgradeRequest(RollbackNodePoolUpgradeRequest)
public RollbackNodePoolUpgradeRequest(RollbackNodePoolUpgradeRequest other)
Parameter | |
---|---|
Name | Description |
other | RollbackNodePoolUpgradeRequest |
Properties
ClusterId
[Obsolete]
public string ClusterId { get; set; }
Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The name (project, location, cluster, node pool id) of the node poll to
rollback upgrade.
Specified in the format projects/*/locations/*/clusters/*/nodePools/*
.
Property Value | |
---|---|
Type | Description |
string |
NodePoolId
[Obsolete]
public string NodePoolId { get; set; }
Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
[Obsolete]
public string ProjectId { get; set; }
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
Property Value | |
---|---|
Type | Description |
string |
RespectPdb
public bool RespectPdb { get; set; }
Option for rollback to ignore the PodDisruptionBudget. Default value is false.
Property Value | |
---|---|
Type | Description |
bool |
Zone
[Obsolete]
public string Zone { get; set; }
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
Property Value | |
---|---|
Type | Description |
string |