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 reference documentation for the `StatusCondition` class within the Google Kubernetes Engine v1 API, detailing its role in describing the status of clusters or node pools."],["The `StatusCondition` class is a part of the `Google.Cloud.Container.V1` namespace, and its definition is available across numerous versions ranging from 2.3.0 to the latest 3.33.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `StatusCondition` class contains properties such as `CanonicalCode`, `Code` (deprecated), and `Message`, which collectively provide both machine-friendly and human-readable information regarding the status of a cluster or node pool."],["You can access documentation for each version of `StatusCondition`, including specific class details and properties, by navigating through the various links provided."]]],[]]