GoogleApi.CloudRun.V1alpha1.Model.JobCondition (google_api_cloud_run v0.44.0) View Source
JobCondition defines a readiness condition for a Revision.
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. -
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
) - Required. Status of the condition, one of True, False, Unknown. -
type
(type:String.t
, default:nil
) - Required. Type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/master/docs/spec/errors.md#error-conditions-and-reporting Types include: "Completed": True when the Job has successfully completed. "Started": True when the Job has successfully started running. * "ResourcesAvailable": True when underlying resources have been provisioned.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.