import { CertManagerIoV1alpha2NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.3.2/cert-manager/cert-manager.io@v1alpha2/mod.ts";
Methods
createCertificate(body: CertManagerIoV1alpha2.Certificate, opts?: operations.PutOpts)
createCertificateRequest(body: CertManagerIoV1alpha2.CertificateRequest, opts?: operations.PutOpts)
createIssuer(body: CertManagerIoV1alpha2.Issuer, opts?: operations.PutOpts)
deleteCertificate(name: string, opts?: operations.DeleteOpts)
deleteCertificateList(opts?: operations.DeleteListOpts)
deleteCertificateRequest(name: string, opts?: operations.DeleteOpts)
deleteCertificateRequestList(opts?: operations.DeleteListOpts)
deleteIssuer(name: string, opts?: operations.DeleteOpts)
deleteIssuerList(opts?: operations.DeleteListOpts)
getCertificate(name: string, opts?: operations.NoOpts)
getCertificateList(opts?: operations.GetListOpts)
getCertificateRequest(name: string, opts?: operations.NoOpts)
getCertificateRequestList(opts?: operations.GetListOpts)
getCertificateRequestStatus(name: string, opts?: operations.NoOpts)
getCertificateStatus(name: string, opts?: operations.NoOpts)
getIssuer(name: string, opts?: operations.NoOpts)
getIssuerList(opts?: operations.GetListOpts)
getIssuerStatus(name: string, opts?: operations.NoOpts)
patchCertificate()
name: string,
type: c.PatchType,
body: CertManagerIoV1alpha2.Certificate | c.JsonPatch,
opts?: operations.PatchOpts,
patchCertificateRequest()
name: string,
type: c.PatchType,
body: CertManagerIoV1alpha2.CertificateRequest | c.JsonPatch,
opts?: operations.PatchOpts,
patchCertificateRequestStatus()
name: string,
type: c.PatchType,
body: CertManagerIoV1alpha2.CertificateRequest | c.JsonPatch,
opts?: operations.PatchOpts,
patchCertificateStatus()
name: string,
type: c.PatchType,
body: CertManagerIoV1alpha2.Certificate | c.JsonPatch,
opts?: operations.PatchOpts,
patchIssuer()
name: string,
type: c.PatchType,
body: CertManagerIoV1alpha2.Issuer | c.JsonPatch,
opts?: operations.PatchOpts,
patchIssuerStatus()
name: string,
type: c.PatchType,
body: CertManagerIoV1alpha2.Issuer | c.JsonPatch,
opts?: operations.PatchOpts,
replaceCertificate()
name: string,
body: CertManagerIoV1alpha2.Certificate,
opts?: operations.PutOpts,
replaceCertificateRequest()
name: string,
body: CertManagerIoV1alpha2.CertificateRequest,
opts?: operations.PutOpts,
replaceCertificateRequestStatus()
name: string,
body: CertManagerIoV1alpha2.CertificateRequest,
opts?: operations.PutOpts,
replaceCertificateStatus()
name: string,
body: CertManagerIoV1alpha2.Certificate,
opts?: operations.PutOpts,
replaceIssuer()
name: string,
body: CertManagerIoV1alpha2.Issuer,
opts?: operations.PutOpts,
replaceIssuerStatus()
name: string,
body: CertManagerIoV1alpha2.Issuer,
opts?: operations.PutOpts,
watchCertificateList(opts?: operations.WatchListOpts)
watchCertificateRequestList(opts?: operations.WatchListOpts)
watchIssuerList(opts?: operations.WatchListOpts)