import { CertManagerIoV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/cert-manager/cert-manager.io@v1/mod.ts";
Methods
createClusterIssuer(body: CertManagerIoV1.ClusterIssuer, opts?: operations.PutOpts): Promise<CertManagerIoV1.ClusterIssuer>
deleteClusterIssuer(name: string, opts?: operations.DeleteOpts): Promise<CertManagerIoV1.ClusterIssuer | MetaV1.Status>
deleteClusterIssuerList(opts?: operations.DeleteListOpts): Promise<CertManagerIoV1.ClusterIssuerList>
getCertificateListForAllNamespaces(opts?: operations.GetListOpts): Promise<CertManagerIoV1.CertificateList>
getCertificateRequestListForAllNamespaces(opts?: operations.GetListOpts): Promise<CertManagerIoV1.CertificateRequestList>
getClusterIssuer(name: string, opts?: operations.NoOpts): Promise<CertManagerIoV1.ClusterIssuer>
getClusterIssuerList(opts?: operations.GetListOpts): Promise<CertManagerIoV1.ClusterIssuerList>
getClusterIssuerStatus(name: string, opts?: operations.NoOpts): Promise<CertManagerIoV1.ClusterIssuer>
getIssuerListForAllNamespaces(opts?: operations.GetListOpts): Promise<CertManagerIoV1.IssuerList>
namespace(name: string): CertManagerIoV1NamespacedApi
patchClusterIssuer(): Promise<CertManagerIoV1.ClusterIssuer>
name: string,
type: c.PatchType,
body: CertManagerIoV1.ClusterIssuer | c.JsonPatch,
opts?: operations.PatchOpts,
patchClusterIssuerStatus(): Promise<CertManagerIoV1.ClusterIssuer>
name: string,
type: c.PatchType,
body: CertManagerIoV1.ClusterIssuer | c.JsonPatch,
opts?: operations.PatchOpts,
replaceClusterIssuer(): Promise<CertManagerIoV1.ClusterIssuer>
name: string,
body: CertManagerIoV1.ClusterIssuer,
opts?: operations.PutOpts,
replaceClusterIssuerStatus(): Promise<CertManagerIoV1.ClusterIssuer>
name: string,
body: CertManagerIoV1.ClusterIssuer,
opts?: operations.PutOpts,
watchCertificateListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<CertManagerIoV1.Certificate>>
watchCertificateRequestListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<CertManagerIoV1.CertificateRequest>>
watchClusterIssuerList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<CertManagerIoV1.ClusterIssuer>>
watchIssuerListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<CertManagerIoV1.Issuer>>