Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0/cert-manager/cert-manager.io@v1/mod.ts";

Constructors

new
CertManagerIoV1Api(client: c.RestClient)

Methods

createClusterIssuer(body: CertManagerIoV1.ClusterIssuer, opts?: operations.PutOpts)
deleteClusterIssuer(name: string, opts?: operations.DeleteOpts)
deleteClusterIssuerList(opts?: operations.DeleteListOpts)
getCertificateListForAllNamespaces(opts?: operations.GetListOpts)
getCertificateRequestListForAllNamespaces(opts?: operations.GetListOpts)
getClusterIssuer(name: string, opts?: operations.NoOpts)
getClusterIssuerList(opts?: operations.GetListOpts)
getClusterIssuerStatus(name: string, opts?: operations.NoOpts)
getIssuerListForAllNamespaces(opts?: operations.GetListOpts)
namespace(name: string)
patchClusterIssuer(
name: string,
type: c.PatchType,
body: CertManagerIoV1.ClusterIssuer | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchClusterIssuerStatus(
name: string,
type: c.PatchType,
body: CertManagerIoV1.ClusterIssuer | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceClusterIssuer(
name: string,
body: CertManagerIoV1.ClusterIssuer,
opts?: operations.PutOpts,
)
replaceClusterIssuerStatus(
name: string,
body: CertManagerIoV1.ClusterIssuer,
opts?: operations.PutOpts,
)
watchCertificateListForAllNamespaces(opts?: operations.WatchListOpts)
watchCertificateRequestListForAllNamespaces(opts?: operations.WatchListOpts)
watchClusterIssuerList(opts?: operations.WatchListOpts)
watchIssuerListForAllNamespaces(opts?: operations.WatchListOpts)