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@v1beta1/mod.ts>CertManagerIoV1beta1Api

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

Constructors

new
CertManagerIoV1beta1Api(client: c.RestClient)

Methods

createClusterIssuer(body: CertManagerIoV1beta1.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: CertManagerIoV1beta1.ClusterIssuer | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchClusterIssuerStatus(
name: string,
type: c.PatchType,
body: CertManagerIoV1beta1.ClusterIssuer | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceClusterIssuer(
name: string,
body: CertManagerIoV1beta1.ClusterIssuer,
opts?: operations.PutOpts,
)
replaceClusterIssuerStatus(
name: string,
body: CertManagerIoV1beta1.ClusterIssuer,
opts?: operations.PutOpts,
)
watchCertificateListForAllNamespaces(opts?: operations.WatchListOpts)
watchCertificateRequestListForAllNamespaces(opts?: operations.WatchListOpts)
watchClusterIssuerList(opts?: operations.WatchListOpts)
watchIssuerListForAllNamespaces(opts?: operations.WatchListOpts)