certificates.v1.certificateSigningRequestCondition
"CertificateSigningRequestCondition describes a condition of a CertificateSigningRequest object"
Index
fn withLastTransitionTime(lastTransitionTime)
fn withLastUpdateTime(lastUpdateTime)
fn withMessage(message)
fn withReason(reason)
fn withType(type)
Fields
fn withLastTransitionTime
withLastTransitionTime(lastTransitionTime)
"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."
fn withLastUpdateTime
withLastUpdateTime(lastUpdateTime)
"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."
fn withMessage
withMessage(message)
"message contains a human readable message with details about the request state"
fn withReason
withReason(reason)
"reason indicates a brief reason for the request state"
fn withType
withType(type)
"type of the condition. Known conditions are \"Approved\", \"Denied\", and \"Failed\".\n\nAn \"Approved\" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer.\n\nA \"Denied\" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer.\n\nA \"Failed\" condition is added via the /status subresource, indicating the signer failed to issue the certificate.\n\nApproved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added.\n\nOnly one condition of a given type is allowed."