Class NodePoolUpgradeInfo
NodePoolUpgradeInfo contains the upgrade information of a nodepool.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class NodePoolUpgradeInfo : IDirectResponseSchema
Properties
AutoUpgradeStatus
The auto upgrade status.
Declaration
[JsonProperty("autoUpgradeStatus")]
public virtual IList<string> AutoUpgradeStatus { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndOfExtendedSupportTimestamp
The nodepool's current minor version's end of extended support timestamp.
Declaration
[JsonProperty("endOfExtendedSupportTimestamp")]
public virtual string EndOfExtendedSupportTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
EndOfStandardSupportTimestamp
The nodepool's current minor version's end of standard support timestamp.
Declaration
[JsonProperty("endOfStandardSupportTimestamp")]
public virtual string EndOfStandardSupportTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
MinorTargetVersion
minor_target_version indicates the target version for minor upgrade.
Declaration
[JsonProperty("minorTargetVersion")]
public virtual string MinorTargetVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
PatchTargetVersion
patch_target_version indicates the target version for patch upgrade.
Declaration
[JsonProperty("patchTargetVersion")]
public virtual string PatchTargetVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
PausedReason
The auto upgrade paused reason.
Declaration
[JsonProperty("pausedReason")]
public virtual IList<string> PausedReason { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
UpgradeDetails
The list of past auto upgrades.
Declaration
[JsonProperty("upgradeDetails")]
public virtual IList<UpgradeDetails> UpgradeDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<UpgradeDetails> |