google_api_cloud_run v0.33.0 GoogleApi.CloudRun.V1alpha1.Model.CloudSchedulerSourceStatus View Source

CloudSchedulerSourceStatus represents the current state of a CloudSchedulerSource.

Attributes

  • conditions (type: list(GoogleApi.CloudRun.V1alpha1.Model.Condition.t), default: nil) - Array of observed CloudSchedulerSourceConditions, indicating the current state of the CloudSchedulerSource.
  • observedGeneration (type: integer(), default: nil) - ObservedGeneration is the 'Generation' of the CloudSchedulerSource that was last processed by the controller.
  • sinkUri (type: String.t, default: nil) - SinkURI is the current active sink URI that has been configured for the Source.

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.CloudSchedulerSourceStatus{
  conditions: [GoogleApi.CloudRun.V1alpha1.Model.Condition.t()],
  observedGeneration: integer(),
  sinkUri: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.