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."],[[["This webpage provides documentation for the `StatusCondition` class within the Google Kubernetes Engine v1 API, with version 3.33.0 being the most recent release, and the content highlighting version 3.17.0."],["The `StatusCondition` class is used to describe the status of a cluster or node pool, such as ERROR or DEGRADED, and is implemented using IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `StatusCondition` class contains properties such as `CanonicalCode`, an `Obsolete Code`, and `Message`, where `CanonicalCode` is a replacement for the deprecated `Code`, and `Message` is a human-friendly description."],["The page lists links to the `StatusCondition` documentation across multiple versions of the Google Kubernetes Engine v1 API, ranging from version 3.33.0 down to 2.3.0."]]],[]]