GoogleApi.CloudRun.V1alpha1.Model.TriggerCondition (google_api_cloud_run v0.40.0) View Source

TriggerCondition contains state information for an Trigger.

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 current status.
  • severity (type: String.t, default: nil) - Optional. How to interpret failures of this condition, one of Error, Warning, Info
  • status (type: String.t, default: nil) - Status of the condition, one of True, False, Unknown.
  • type (type: String.t, default: nil) - Type of Trigger condition.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudRun.V1alpha1.Model.TriggerCondition{
  lastTransitionTime: DateTime.t(),
  message: String.t(),
  reason: String.t(),
  severity: String.t(),
  status: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.