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 version 3.25.0 being the currently viewed version, and various versions spanning from 3.32.0 down to 2.3.0, which are all available for reference."],["The `StatusCondition` class, within the Google Kubernetes Engine v1 API, describes the status of a cluster or node pool, including potential error or degraded states."],["The `StatusCondition` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`StatusCondition` offers properties like `CanonicalCode` and `Message`, which represent the condition's canonical code and a human-readable description, respectively."],["`Code` property is deprecated and `CanonicalCode` is now meant to be used instead."]]],[]]