Show / Hide Table of Contents

Class ResourceStatus

ResourceStatus describes why a cluster or node pool has a certain status. (e.g., ERROR or DEGRADED).

Inheritance
object
ResourceStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class ResourceStatus : IDirectResponseSchema

Properties

Conditions

ResourceCondition provide a standard mechanism for higher-level status reporting from controller.

Declaration
[JsonProperty("conditions")]
public virtual IList<ResourceCondition> Conditions { get; set; }
Property Value
Type Description
IList<ResourceCondition>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorMessage

Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.

Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
string

Version

Reflect current version of the resource.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Versions

Shows the mapping of a given version to the number of machines under this version.

Declaration
[JsonProperty("versions")]
public virtual Versions Versions { get; set; }
Property Value
Type Description
Versions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX