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 latest version of the Google.Cloud.Container.V1 API is 3.33.0, with numerous previous versions listed ranging down to version 2.3.0."],["The document provides reference documentation and code samples for the `StatusCondition` class within the Google Kubernetes Engine v1 API."],["`StatusCondition` is a class that describes the status of a cluster or node pool, whether it be in an ERROR or DEGRADED state."],["The `StatusCondition` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `CanonicalCode`, the now obsolete `Code`, and `Message` to convey information about the current status of the cluster."]]],[]]