diff --git a/docs/generated/reference/output/reference/api-docs/index.html b/docs/generated/reference/output/reference/api-docs/index.html index 9e14791b1..10ac687f4 100755 --- a/docs/generated/reference/output/reference/api-docs/index.html +++ b/docs/generated/reference/output/reference/api-docs/index.html @@ -11,7 +11,7 @@
- +| Group | +Version | +Kind | +
|---|---|---|
certmanager |
+v1alpha1 |
+Order |
+
| Field | +Description | +
|---|---|
apiVersionstring |
+APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | +
kindstring |
+Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | +
metadataObjectMeta |
++ |
specOrderSpec |
++ |
statusOrderStatus |
++ |
| Field | +Description | +
|---|---|
commonNamestring |
+CommonName is the common name as specified on the DER encoded CSR. If CommonName is not specified, the first DNSName specified will be used as the CommonName. At least on of CommonName or a DNSName must be set. This field must match the corresponding field on the DER encoded CSR. | +
configDomainSolverConfig array |
+Config specifies a mapping from DNS identifiers to how those identifiers should be solved when performing ACME challenges. A config entry must exist for each domain listed in DNSNames and CommonName. | +
csrstring |
+Certificate signing request bytes in DER encoding. This will be used when finalizing the order. This field must be set on the order. | +
dnsNamesstring array |
+DNSNames is a list of DNS names that should be included as part of the Order validation process. If CommonName is not specified, the first DNSName specified will be used as the CommonName. At least on of CommonName or a DNSName must be set. This field must match the corresponding field on the DER encoded CSR. | +
issuerRefObjectReference |
+IssuerRef references a properly configured ACME-type Issuer which should be used to create this Order. If the Issuer does not exist, processing will be retried. If the Issuer is not an 'ACME' Issuer, an error will be returned and the Order will be marked as failed. | +
| Field | +Description | +
|---|---|
certificateURLstring |
+CertificateURL is a URL that can be used to retrieve a copy of the signed TLS certificate for this order. It will be populated automatically once the order has completed successfully and the certificate is available for retrieval. | +
challengesChallengeSpec array |
+Challenges is a list of ChallengeSpecs for Challenges that must be created in order to complete this Order. | +
failureTimeTime |
+FailureTime stores the time that this order failed. This is used to influence garbage collection and back-off. The order resource will be automatically deleted after 30 minutes has passed since the failure time. | +
finalizeURLstring |
+FinalizeURL of the Order. This is used to obtain certificates for this order once it has been completed. | +
reasonstring |
+Reason optionally provides more information about a why the order is in the current state. | +
statestring |
+State contains the current state of this Order resource. States 'success' and 'expired' are 'final' | +
urlstring |
+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. | +
| Group | +Version | +Kind | +
|---|---|---|
certmanager |
+v1alpha1 |
+Challenge |
+
| Field | +Description | +
|---|---|
apiVersionstring |
+APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources | +
kindstring |
+Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | +
metadataObjectMeta |
++ |
specChallengeSpec |
++ |
statusChallengeStatus |
++ |
| Field | +Description | +
|---|---|
authzURLstring |
+AuthzURL is the URL to the ACME Authorization resource that this challenge is a part of. | +
configSolverConfig |
+Config specifies the solver configuration for this challenge. | +
dnsNamestring |
+DNSName is the identifier that this challenge is for, e.g. example.com. | +
issuerRefObjectReference |
+IssuerRef references a properly configured ACME-type Issuer which should be used to create this Challenge. If the Issuer does not exist, processing will be retried. If the Issuer is not an 'ACME' Issuer, an error will be returned and the Challenge will be marked as failed. | +
keystring |
+Key is the ACME challenge key for this challenge | +
tokenstring |
+Token is the ACME challenge token for this challenge. | +
typestring |
+Type is the type of ACME challenge this resource represents, e.g. "dns01" or "http01" | +
urlstring |
+URL is the URL of the ACME Challenge resource for this challenge. This can be used to lookup details about the status of this challenge. | +
wildcardboolean |
+Wildcard will be true if this challenge is for a wildcard identifier, for example '*.example.com' | +
| Field | +Description | +
|---|---|
presentedboolean |
+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). | +
reasonstring |
+Reason contains human readable information on why the Challenge is in the current state. | +
statestring |
+State contains the current 'state' of the challenge. If not set, the state of the challenge is unknown. | +
| Group | +Version | +Kind | +
|---|---|---|
certmanager |
+v1alpha1 |
+SolverConfig |
+
SolverConfig is a container type holding the configuration for either a HTTP01 or DNS01 challenge. Only one of HTTP01 or DNS01 should be non-nil.
+ + +| Field | +Description | +
|---|---|
dns01DNS01SolverConfig |
+DNS01 contains DNS01 challenge solving configuration | +
http01HTTP01SolverConfig |
+HTTP01 contains HTTP01 challenge solving configuration | +