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 provides documentation for the `StatusCondition` class within the `Google.Cloud.Container.V1` namespace, detailing its purpose in describing the status of clusters or node pools."],["The documentation includes links to various versions of `StatusCondition`, ranging from version 3.33.0 (latest) down to version 2.3.0, and also shows version 2.7.0."],["The `StatusCondition` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that takes another `StatusCondition` as a parameter for initialization."],["Key properties of the `StatusCondition` class include `CanonicalCode` (the canonical code of the condition), `Code` (a deprecated machine-friendly representation of the condition), and `Message` (a human-friendly description of the condition)."]]],[]]