Google Kubernetes Engine v1 API - Class UpgradeEvent (3.25.0)

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

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

UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.

Inheritance

object > UpgradeEvent

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

UpgradeEvent()

public UpgradeEvent()

UpgradeEvent(UpgradeEvent)

public UpgradeEvent(UpgradeEvent other)
Parameter
NameDescription
otherUpgradeEvent

Properties

CurrentVersion

public string CurrentVersion { get; set; }

The current version before the upgrade.

Property Value
TypeDescription
string

Operation

public string Operation { get; set; }

The operation associated with this upgrade.

Property Value
TypeDescription
string

OperationStartTime

public Timestamp OperationStartTime { get; set; }

The time when the operation was started.

Property Value
TypeDescription
Timestamp

Resource

public string Resource { get; set; }

Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.

Property Value
TypeDescription
string

ResourceType

public UpgradeResourceType ResourceType { get; set; }

The resource type that is upgrading.

Property Value
TypeDescription
UpgradeResourceType

TargetVersion

public string TargetVersion { get; set; }

The target version for the upgrade.

Property Value
TypeDescription
string