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