certmanager v1.14

ClusterIssuer.status.conditions[]

IssuerCondition contains condition information for an Issuer.

6 fields
ClusterIssuer.status.conditions[] fields and descriptions
Field / TypeDescription
lastTransitionTime
string

LastTransitionTime is the timestamp corresponding to the last status change of this condition.

  • format: date-time
message
string

Message is a human readable description of the details of the last transition, complementing reason.

observedGeneration
integer

If set, this represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date with respect to the current state of the Issuer.

  • format: int64
reason
string

Reason is a brief machine readable explanation for the condition's last transition.

status
string required

Status of the condition, one of (`True`, `False`, `Unknown`).

  • enum: ["True","False","Unknown"]
type
string required

Type of the condition, known values are (`Ready`).