Class RollbackNodePoolUpgradeRequest
RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class RollbackNodePoolUpgradeRequest : IDirectResponseSchema
Properties
ClusterId
Required. Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field.
Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the
format projects/*/locations/*/clusters/*/nodePools/*
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NodePoolId
Required. Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field.
Declaration
[JsonProperty("nodePoolId")]
public virtual string NodePoolId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
RespectPdb
Option for rollback to ignore the PodDisruptionBudget. Default value is false.
Declaration
[JsonProperty("respectPdb")]
public virtual bool? RespectPdb { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Zone
Required. 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.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |