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 provided content details the `StatusCondition` class within the Google Kubernetes Engine v1 API, including various version references from 2.3.0 up to the latest, 3.33.0."],["`StatusCondition` is used to describe the status of a cluster or node pool, such as ERROR or DEGRADED, in the Google Kubernetes Engine environment."],["The `StatusCondition` class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has properties like `CanonicalCode` and `Message`, providing machine-friendly and human-readable representations of the status condition respectively."],["The content contains a list of versions of the Google.Cloud.Container.V1.StatusCondition class, with the latest version being 3.33.0."]]],[]]