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-04-09 UTC."],[[["This webpage provides reference documentation for the `StatusCondition` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, detailing its implementation across multiple versions."],["The latest version available is 3.33.0, and the page contains documentation for versions back to 2.3.0."],["The `StatusCondition` class, as part of `Google.Cloud.Container.V1` namespace, is used to describe the status of a cluster or node pool, such as ERROR or DEGRADED, inheriting from the object class."],["The main properties of the `StatusCondition` class include `CanonicalCode`, which represents the canonical code of the condition, an `Obsolete` code property, and a `Message` property for the human-readable representation."],["The `StatusCondition` class has been implemented to conform with multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]