View Source GoogleApi.Container.V1.Model.StatusCondition (google_api_container v0.45.0)

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

Attributes

  • canonicalCode (type: String.t, default: nil) - Canonical code of the condition.
  • code (type: String.t, default: nil) - Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
  • message (type: String.t, default: nil) - Human-friendly representation of the condition

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.StatusCondition{
  canonicalCode: String.t() | nil,
  code: String.t() | nil,
  message: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.