View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2Condition (google_api_run v0.39.0)
Defines a status condition for a resource.
Attributes
-
executionReason(type:String.t, default:nil) - Output only. A reason for the execution condition. -
lastTransitionTime(type:DateTime.t, default:nil) - Last time the condition transitioned from one status to another. -
message(type:String.t, default:nil) - Human readable message indicating details about the current status. -
reason(type:String.t, default:nil) - Output only. A common (service-level) reason for this condition. -
revisionReason(type:String.t, default:nil) - Output only. A reason for the revision condition. -
severity(type:String.t, default:nil) - How to interpret failures of this condition, one of Error, Warning, Info -
state(type:String.t, default:nil) - State of the condition. -
type(type:String.t, default:nil) - type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2Condition{ executionReason: String.t() | nil, lastTransitionTime: DateTime.t() | nil, message: String.t() | nil, reason: String.t() | nil, revisionReason: String.t() | nil, severity: String.t() | nil, state: String.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.