public sealed class StatusCondition : IMessage<StatusCondition>, IEquatable<StatusCondition>, IDeepCloneable<StatusCondition>, IBufferMessage, IMessage
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 content provides documentation for the `StatusCondition` class within the `Google.Cloud.Container.V1` namespace, detailing its role in describing the status of clusters or node pools."],["Version 3.33.0 is the latest version of the API documentation for `StatusCondition`, with a historical list provided of versions going back to 2.3.0."],["The `StatusCondition` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StatusCondition` class has properties for `CanonicalCode` (a replacement for the deprecated `Code` property), and `Message`, to represent a human-friendly representation of the condition."],["The class offers two available constructors: a default `StatusCondition()` constructor, and a `StatusCondition(StatusCondition other)` constructor to create a new object from an existing instance."]]],[]]