import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.3.2/cert-manager/cert-manager.io@v1alpha2/structs.ts";
Interfaces
A Certificate resource should be created to ensure an up to date and signed x509 certificate is stored in the Kubernetes Secret resource named in | |
A CertificateRequest is used to request a signed certificate from one of the configured issuers.
All fields within the CertificateRequest's | |
A ClusterIssuer represents a certificate issuing authority which can be referenced as part of | |
An Issuer represents a certificate issuing authority which can be referenced as part of | |
Desired state of the Issuer or ClusterIssuer resource. | |
Status of the Issuer or ClusterIssuer. This is set and managed automatically. | |
A reference to a specific 'key' within a Secret resource. In some instances, | |
Configures an issuer to solve challenges using the specified options. Only one of HTTP01 or DNS01 may be provided. |