certmanager v1.14

Challenge.spec.solver.http01.ingress.ingressTemplate.metadata.status

4 fields
Challenge.spec.solver.http01.ingress.ingressTemplate.metadata.status fields and descriptions
Field / TypeDescription
presented
boolean

presented will be set to true if the challenge values for this challenge are currently 'presented'. This *does not* imply the self check is passing. Only that the values have been 'submitted' for the appropriate challenge mechanism (i.e. the DNS01 TXT record has been presented, or the HTTP01 configuration has been configured).

processing
boolean

Used to denote whether this challenge should be processed or not. This field will only be set to true by the 'scheduling' component. It will only be set to false by the 'challenges' controller, after the challenge has reached a final state or timed out. If this field is set to false, the challenge controller will not take any more action.

reason
string

Contains human readable information on why the Challenge is in the current state.

state
string

Contains the current 'state' of the challenge. If not set, the state of the challenge is unknown.

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