View Source GoogleApi.Run.V1.Model.ExecutionStatus (quiqup_google_api_run v0.28.0)

ExecutionStatus represents the current state of a Execution.

attributes

Attributes

  • cancelledCount (type: integer(), default: nil) - Optional. The number of tasks which reached phase Cancelled. +optional
  • completionTime (type: DateTime.t, default: nil) - Optional. Represents time when the execution was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
  • conditions (type: list(GoogleApi.Run.V1.Model.GoogleCloudRunV1Condition.t), default: nil) - Optional. The latest available observations of an execution's current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +optional
  • failedCount (type: integer(), default: nil) - Optional. The number of tasks which reached phase Failed. +optional
  • logUri (type: String.t, default: nil) - Optional. URI where logs for this execution can be found in Cloud Console.
  • observedGeneration (type: integer(), default: nil) - Optional. The 'generation' of the execution that was last processed by the controller.
  • retriedCount (type: integer(), default: nil) - Optional. The number of tasks which have retried at least once. +optional
  • runningCount (type: integer(), default: nil) - Optional. The number of actively running tasks. +optional
  • startTime (type: DateTime.t, default: nil) - Optional. Represents time when the execution started to run. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. +optional
  • succeededCount (type: integer(), default: nil) - Optional. The number of tasks which reached phase Succeeded. +optional

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

@type t() :: %GoogleApi.Run.V1.Model.ExecutionStatus{
  cancelledCount: integer() | nil,
  completionTime: DateTime.t() | nil,
  conditions: [GoogleApi.Run.V1.Model.GoogleCloudRunV1Condition.t()] | nil,
  failedCount: integer() | nil,
  logUri: String.t() | nil,
  observedGeneration: integer() | nil,
  retriedCount: integer() | nil,
  runningCount: integer() | nil,
  startTime: DateTime.t() | nil,
  succeededCount: integer() | nil
}

Link to this section Functions

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

Unwrap a decoded JSON object into its complex fields.