public sealed class RollbackSafeUpgradeStatus : IMessage<RollbackSafeUpgradeStatus>, IEquatable<RollbackSafeUpgradeStatus>, IDeepCloneable<RollbackSafeUpgradeStatus>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class RollbackSafeUpgradeStatus.
RollbackSafeUpgradeStatus contains the rollback-safe upgrade status of a cluster.
Implements
IMessageRollbackSafeUpgradeStatus, IEquatableRollbackSafeUpgradeStatus, IDeepCloneableRollbackSafeUpgradeStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
RollbackSafeUpgradeStatus()
public RollbackSafeUpgradeStatus()RollbackSafeUpgradeStatus(RollbackSafeUpgradeStatus)
public RollbackSafeUpgradeStatus(RollbackSafeUpgradeStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
RollbackSafeUpgradeStatus |
Properties
ControlPlaneUpgradeRollbackEndTime
public Timestamp ControlPlaneUpgradeRollbackEndTime { get; set; }Output only. The rollback-safe mode expiration time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Mode
public RollbackSafeUpgradeStatus.Types.Mode Mode { get; set; }Output only. The mode of the rollback-safe upgrade.
| Property Value | |
|---|---|
| Type | Description |
RollbackSafeUpgradeStatusTypesMode |
|
PreviousVersion
public string PreviousVersion { get; set; }Output only. The GKE version that the cluster previously used before step-one upgrade.
| Property Value | |
|---|---|
| Type | Description |
string |
|