Google Cloud Run V1Condition Response
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.