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."],[[["This webpage provides documentation for the `StatusCondition` class within the Google Kubernetes Engine v1 API, covering versions from 2.3.0 up to the latest 3.33.0."],["The `StatusCondition` class, found in the `Google.Cloud.Container.V1` namespace, details why a cluster or node pool has a specific status, like ERROR or DEGRADED."],["The class `StatusCondition` includes properties like `CanonicalCode`, `Code` (deprecated), and `Message` to represent the machine and human-readable reason for the status."],["The class `StatusCondition` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interface within the Google Cloud environment and other systems."],["The documentation includes details on the constructors, inherited members, and property types associated with the `StatusCondition` class and its functionalities."]]],[]]