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 webpage provides documentation for the `StatusCondition` class within the Google Kubernetes Engine v1 API, covering multiple versions from 2.3.0 to 3.33.0, with 3.33.0 being the latest."],["`StatusCondition` is a class that describes the status of a cluster or node pool, such as ERROR or DEGRADED, implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StatusCondition` class contains properties like `CanonicalCode` (the canonical code of the condition), `Code` (a deprecated machine-friendly representation of the condition), and `Message` (a human-friendly representation of the condition)."],["The class has two constructors, a default one, and one that takes another `StatusCondition` object as a parameter to create a new `StatusCondition`."],["This is a reference document for the .NET library, specifically detailing the `StatusCondition` class within the `Google.Cloud.Container.V1` namespace, and it's inherited members from the base `object` class."]]],[]]