public sealed class StatusCondition : IMessage<StatusCondition>, IEquatable<StatusCondition>, IDeepCloneable<StatusCondition>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class StatusCondition.
StatusCondition describes why a cluster or a node pool has a certain status
(e.g., ERROR or DEGRADED).
[[["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-03-21 UTC."],[[["The latest version available for the `Google.Cloud.Container.V1.StatusCondition` class is 3.33.0, with a list of versions dating back to 2.3.0 provided for historical reference."],["The `StatusCondition` class is part of the Google Kubernetes Engine v1 API, used to describe the status of a cluster or node pool, and is available in the `Google.Cloud.Container.V1` namespace within the `Google.Cloud.Container.V1.dll` assembly."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StatusCondition` class includes properties such as `CanonicalCode`, `Code` (deprecated), and `Message`, which are used to provide details about the condition's status."],["The `StatusCondition` class has two constructors, one being parameterless, and the other taking another `StatusCondition` object, called `other`, as a parameter."]]],[]]