GoogleCloudRunV2ConditionResponse

data class GoogleCloudRunV2ConditionResponse(val executionReason: String, val lastTransitionTime: String, val message: String, val reason: String, val revisionReason: String, val severity: String, val state: String, val type: String)

Defines a status condition for a resource.

Constructors

Link copied to clipboard
fun GoogleCloudRunV2ConditionResponse(executionReason: String, lastTransitionTime: String, message: String, reason: String, revisionReason: String, severity: String, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reason for the execution condition.

Link copied to clipboard

Last time the condition transitioned from one status to another.

Link copied to clipboard

Human readable message indicating details about the current status.

Link copied to clipboard

A common (service-level) reason for this condition.

Link copied to clipboard

A reason for the revision condition.

Link copied to clipboard

How to interpret failures of this condition, one of Error, Warning, Info

Link copied to clipboard

State of the condition.

Link copied to clipboard

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.