certmanager v1.21.1

Order.status

7 fields
Order.status fields and descriptions
Field / TypeDescription
object[]

Authorizations contains data returned from the ACME server on what authorizations must be completed in order to validate the DNS names specified on the Order.

  • x-kubernetes-list-type: "atomic"
certificate
string

Certificate is a copy of the PEM encoded certificate for this Order. This field will be populated after the order has been successfully finalized with the ACME server, and the order has transitioned to the 'valid' state.

  • format: byte
failureTime
string

FailureTime stores the time that this order failed. This is used to influence garbage collection and back-off.

  • format: date-time
finalizeURL
string

FinalizeURL of the Order. This is used to obtain certificates for this order once it has been completed.

reason
string

Reason optionally provides more information about a why the order is in the current state.

state
string

State contains the current state of this Order resource. States 'success' and 'expired' are 'final'

  • enum: ["valid","ready","pending","processing","invalid","expired","errored"]
url
string

URL of the Order. This will initially be empty when the resource is first created. The Order controller will populate this field when the Order is first processed. This field will be immutable after it is initially set.