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.
Implements
IMessageUpgradeAvailableEvent, IEquatableUpgradeAvailableEvent, IDeepCloneableUpgradeAvailableEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
UpgradeAvailableEvent()
public UpgradeAvailableEvent()
UpgradeAvailableEvent(UpgradeAvailableEvent)
public UpgradeAvailableEvent(UpgradeAvailableEvent other)
Parameter | |
---|---|
Name | Description |
other |
UpgradeAvailableEvent |
Properties
ReleaseChannel
public ReleaseChannel ReleaseChannel { get; set; }
The release channel of the version. If empty, it means a non-channel release.
Property Value | |
---|---|
Type | Description |
ReleaseChannel |
Resource
public string Resource { get; set; }
Optional relative path to the resource. For example, the relative path of the node pool.
Property Value | |
---|---|
Type | Description |
string |
ResourceType
public UpgradeResourceType ResourceType { get; set; }
The resource type of the release version.
Property Value | |
---|---|
Type | Description |
UpgradeResourceType |
Version
public string Version { get; set; }
The release version available for upgrade.
Property Value | |
---|---|
Type | Description |
string |