Google Kubernetes Engine v1 API - Class RollbackSafeUpgradeStatus (3.40.0)

public sealed class RollbackSafeUpgradeStatus : IMessage<RollbackSafeUpgradeStatus>, IEquatable<RollbackSafeUpgradeStatus>, IDeepCloneable<RollbackSafeUpgradeStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class RollbackSafeUpgradeStatus.

RollbackSafeUpgradeStatus contains the rollback-safe upgrade status of a cluster.

Inheritance

object > RollbackSafeUpgradeStatus

Namespace

Google.Cloud.Container.V1

Assembly

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