View Source GoogleApi.Run.V1.Model.GoogleCloudRunV1Condition (google_api_run v0.29.0)

Conditions show the status of reconciliation progress on a given resource. Most resource use a top-level condition type "Ready" or "Completed" to show overall status with other conditions to checkpoint each stage of reconciliation. Note that if metadata.Generation does not equal status.ObservedGeneration, the conditions shown may not be relevant for the current spec.

Attributes

  • lastTransitionTime (type: DateTime.t, default: nil) - Optional. Last time the condition transitioned from one status to another.
  • message (type: String.t, default: nil) - Optional. Human readable message indicating details about the current status.
  • reason (type: String.t, default: nil) - Optional. One-word CamelCase reason for the condition's last transition. These are intended to be stable, unique values which the client may use to trigger error handling logic, whereas messages which may be changed later by the server.
  • severity (type: String.t, default: nil) - Optional. How to interpret this condition. One of Error, Warning, or Info. Conditions of severity Info do not contribute to resource readiness.
  • status (type: String.t, default: nil) - Status of the condition, one of True, False, Unknown.
  • type (type: String.t, default: nil) - type is used to communicate the status of the reconciliation process. Types common to all resources include: * "Ready" or "Completed": True when the Resource is ready.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.GoogleCloudRunV1Condition{
  lastTransitionTime: DateTime.t() | nil,
  message: String.t() | nil,
  reason: String.t() | nil,
  severity: String.t() | nil,
  status: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.