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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides reference documentation for the `UpgradeAvailableEvent` class within the Google Kubernetes Engine v1 API for .NET."],["The `UpgradeAvailableEvent` class is used to notify users of new available version releases and is part of the `Google.Cloud.Container.V1` namespace."],["The latest available version is 3.33.0, with versions dating back to 2.3.0, each link offering detailed API reference documentation."],["The `UpgradeAvailableEvent` class includes properties such as `ReleaseChannel`, `Resource`, `ResourceType`, and `Version`, which provide information about the available upgrade."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing for the creation, comparison, and deep cloning of the class."]]],[]]