data class JobCondition(val executionReason: String? = null, val lastTransitionTime: String? = null, val message: String? = null, val reason: String? = null, val revisionReason: String? = null, val severity: String? = null, val state: String? = null, val type: String? = null)
(Output) Last time the condition transitioned from one status to another. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
(Output) 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.