Google Kubernetes Engine v1 API - Class UpgradeAvailableEvent (3.25.0)

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

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

UpgradeAvailableEvent is a notification sent to customers when a new available version is released.

Inheritance

object > UpgradeAvailableEvent

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

UpgradeAvailableEvent()

public UpgradeAvailableEvent()

UpgradeAvailableEvent(UpgradeAvailableEvent)

public UpgradeAvailableEvent(UpgradeAvailableEvent other)
Parameter
NameDescription
otherUpgradeAvailableEvent

Properties

ReleaseChannel

public ReleaseChannel ReleaseChannel { get; set; }

The release channel of the version. If empty, it means a non-channel release.

Property Value
TypeDescription
ReleaseChannel

Resource

public string Resource { get; set; }

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

Property Value
TypeDescription
string

ResourceType

public UpgradeResourceType ResourceType { get; set; }

The resource type of the release version.

Property Value
TypeDescription
UpgradeResourceType

Version

public string Version { get; set; }

The release version available for upgrade.

Property Value
TypeDescription
string