# Packages
No description provided by the author
Package install installs the API group, making it available as an option to all of the API encoding/decoding machinery.
+groupName=acme.cert-manager.io.
+groupName=acme.cert-manager.io.
+groupName=acme.cert-manager.io.
No description provided by the author
# Functions
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
ACMEChallengeTypeDNS01 denotes a Challenge is of type dns-01 More info: https://letsencrypt.org/docs/challenge-types/#dns-01-challenge.
ACMEChallengeTypeHTTP01 denotes a Challenge is of type http-01 More info: https://letsencrypt.org/docs/challenge-types/#http-01-challenge.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Errored signifies that the ACME resource has errored for some reason.
Expired signifies that an ACME resource has expired.
FollowStrategy will cause cert-manager to recurse through CNAMEs in order to determine which DNS zone to update during DNS01 challenges.
No description provided by the author
No description provided by the author
No description provided by the author
Invalid signifies that an ACME resource is invalid for some reason.
NoneStrategy indicates that no CNAME resolution strategy should be used when determining which DNS zone to update during DNS01 challenges.
Pending signifies that an ACME resource is still pending and is not yet ready.
Processing signifies that an ACME resource is being processed by the server.
Ready signifies that an ACME resource is in a ready state.
Unknown is not a real state as part of the ACME spec.
Valid signifies that an ACME resource is in a valid state.
# Variables
No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.
# Structs
ACMEAuthorization contains data returned from the ACME server on an authorization that must be completed in order validate a DNS name on an ACME Order resource.
Challenge specifies a challenge offered by the ACME server for an Order.
Configures an issuer to solve challenges using the specified options.
Used to configure a DNS01 challenge provider to be used when solving DNS01 challenges.
ACMEChallengeSolverHTTP01 contains configuration detailing how to solve HTTP01 challenges within a Kubernetes cluster.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ACMEExternalAccountBinding is a reference to a CA external account of the ACME server.
ACMEIssuer contains the specification for an ACME issuer.
ACMEIssuerDNS01ProviderAcmeDNS is a structure containing the configuration for ACME-DNS servers.
ACMEIssuerDNS01ProviderAkamai is a structure containing the DNS configuration for Akamai DNS—Zone Record Management API.
ACMEIssuerDNS01ProviderAzureDNS is a structure containing the configuration for Azure DNS.
ACMEIssuerDNS01ProviderCloudDNS is a structure containing the DNS configuration for Google Cloud DNS.
ACMEIssuerDNS01ProviderCloudflare is a structure containing the DNS configuration for Cloudflare.
ACMEIssuerDNS01ProviderDigitalOcean is a structure containing the DNS configuration for DigitalOcean Domains.
ACMEIssuerDNS01ProviderRFC2136 is a structure containing the configuration for RFC2136 DNS.
ACMEIssuerDNS01ProviderRoute53 is a structure containing the Route 53 configuration for AWS.
ACMEIssuerDNS01ProviderWebhook specifies configuration for a webhook DNS01 provider, including where to POST ChallengePayload resources.
No description provided by the author
CertificateDomainSelector selects certificates using a label selector, and can optionally select individual DNS names within those certificates.
Challenge is a type to represent a Challenge request with an ACME server.
ChallengeList is a list of Challenges.
No description provided by the author
No description provided by the author
Order is a type to represent an Order with an ACME server.
OrderList is a list of Orders.
No description provided by the author
No description provided by the author
# Type aliases
The type of ACME challenge.
No description provided by the author
CNAMEStrategy configures how the DNS01 provider should handle CNAME records when found in DNS zones.
HMACKeyAlgorithm is the name of a key algorithm used for HMAC encryption.
State represents the state of an ACME resource, such as an Order.