data class ServiceCondition(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".