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."],[[["This webpage details the `StatusCondition` class within the `Google.Cloud.Container.V1` namespace, which is used to describe the status of clusters or node pools."],["The `StatusCondition` class has two constructors and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StatusCondition` class contains two properties: `Code`, a machine-friendly representation of the condition, and `Message`, a human-friendly representation of the condition."],["This webpage provides a comprehensive list of version history for this class, ranging from version `3.33.0` (latest) down to version `2.3.0`."]]],[]]