GoogleCloudRunV1ConditionResponse

data class GoogleCloudRunV1ConditionResponse(val lastTransitionTime: String, val message: String, val reason: String, val severity: String, val status: String, val type: String)

Conditions show the status of reconciliation progress on a given resource. Most resource use a top-level condition type "Ready" or "Completed" to show overall status with other conditions to checkpoint each stage of reconciliation. Note that if metadata.Generation does not equal status.ObservedGeneration, the conditions shown may not be relevant for the current spec.

Constructors

Link copied to clipboard
fun GoogleCloudRunV1ConditionResponse(lastTransitionTime: String, message: String, reason: String, severity: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Last time the condition transitioned from one status to another.

Link copied to clipboard

Optional. Human readable message indicating details about the current status.

Link copied to clipboard

Optional. One-word CamelCase reason for the condition's last transition. These are intended to be stable, unique values which the client may use to trigger error handling logic, whereas messages which may be changed later by the server.

Link copied to clipboard

Optional. How to interpret this condition. One of Error, Warning, or Info. Conditions of severity Info do not contribute to resource readiness.

Link copied to clipboard

Status of the condition, one of True, False, Unknown.

Link copied to clipboard

type is used to communicate the status of the reconciliation process. Types common to all resources include: * "Ready" or "Completed": True when the Resource is ready.