CertificateSigningRequestConditionPatch

data class CertificateSigningRequestConditionPatch(val lastTransitionTime: String? = null, val lastUpdateTime: String? = null, val message: String? = null, val reason: String? = null, val status: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
fun CertificateSigningRequestConditionPatch(lastTransitionTime: String? = null, lastUpdateTime: String? = null, message: String? = null, reason: String? = null, status: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time.

Link copied to clipboard
val lastUpdateTime: String? = null

timestamp for the last update to this condition

Link copied to clipboard
val message: String? = null

human readable message with details about the request state

Link copied to clipboard
val reason: String? = null

brief reason for the request state

Link copied to clipboard
val status: String? = null

Status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". Defaults to "True". If unset, should be treated as "True".

Link copied to clipboard
val type: String? = null

request approval state, currently Approved or Denied.