Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/cert-manager/cert-manager.io@v1/mod.ts>CertManagerIoV1Api

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
class CertManagerIoV1Api
import { CertManagerIoV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/cert-manager/cert-manager.io@v1/mod.ts";

Constructors

new
CertManagerIoV1Api(client: c.RestClient)

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>
patchClusterIssuer(
name: string,
type: c.PatchType,
body: CertManagerIoV1.ClusterIssuer | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<CertManagerIoV1.ClusterIssuer>
patchClusterIssuerStatus(
name: string,
type: c.PatchType,
body: CertManagerIoV1.ClusterIssuer | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<CertManagerIoV1.ClusterIssuer>
replaceClusterIssuer(
name: string,
body: CertManagerIoV1.ClusterIssuer,
opts?: operations.PutOpts,
): Promise<CertManagerIoV1.ClusterIssuer>
replaceClusterIssuerStatus(
name: string,
body: CertManagerIoV1.ClusterIssuer,
opts?: operations.PutOpts,
): Promise<CertManagerIoV1.ClusterIssuer>
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>>