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>CertManagerIoV1NamespacedApi

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

Constructors

new
CertManagerIoV1NamespacedApi(client: c.RestClient, namespace: string)

Methods

createCertificate(body: CertManagerIoV1.Certificate, opts?: operations.PutOpts)
createCertificateRequest(body: CertManagerIoV1.CertificateRequest, opts?: operations.PutOpts)
createIssuer(body: CertManagerIoV1.Issuer, opts?: operations.PutOpts)
deleteCertificate(name: string, opts?: operations.DeleteOpts)
deleteCertificateList(opts?: operations.DeleteListOpts)
deleteCertificateRequest(name: string, opts?: operations.DeleteOpts)
deleteCertificateRequestList(opts?: operations.DeleteListOpts)
deleteIssuer(name: string, opts?: operations.DeleteOpts)
deleteIssuerList(opts?: operations.DeleteListOpts)
getCertificate(name: string, opts?: operations.NoOpts)
getCertificateList(opts?: operations.GetListOpts)
getCertificateRequest(name: string, opts?: operations.NoOpts)
getCertificateRequestList(opts?: operations.GetListOpts)
getCertificateRequestStatus(name: string, opts?: operations.NoOpts)
getCertificateStatus(name: string, opts?: operations.NoOpts)
getIssuer(name: string, opts?: operations.NoOpts)
getIssuerList(opts?: operations.GetListOpts)
getIssuerStatus(name: string, opts?: operations.NoOpts)
patchCertificate(
name: string,
type: c.PatchType,
body: CertManagerIoV1.Certificate | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchCertificateRequest(
name: string,
type: c.PatchType,
body: CertManagerIoV1.CertificateRequest | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchCertificateRequestStatus(
name: string,
type: c.PatchType,
body: CertManagerIoV1.CertificateRequest | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchCertificateStatus(
name: string,
type: c.PatchType,
body: CertManagerIoV1.Certificate | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchIssuer(
name: string,
type: c.PatchType,
body: CertManagerIoV1.Issuer | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchIssuerStatus(
name: string,
type: c.PatchType,
body: CertManagerIoV1.Issuer | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceCertificate(
name: string,
body: CertManagerIoV1.Certificate,
opts?: operations.PutOpts,
)
replaceCertificateRequest(
name: string,
body: CertManagerIoV1.CertificateRequest,
opts?: operations.PutOpts,
)
replaceCertificateRequestStatus(
name: string,
body: CertManagerIoV1.CertificateRequest,
opts?: operations.PutOpts,
)
replaceCertificateStatus(
name: string,
body: CertManagerIoV1.Certificate,
opts?: operations.PutOpts,
)
replaceIssuer(
name: string,
body: CertManagerIoV1.Issuer,
opts?: operations.PutOpts,
)
replaceIssuerStatus(
name: string,
body: CertManagerIoV1.Issuer,
opts?: operations.PutOpts,
)
watchCertificateList(opts?: operations.WatchListOpts)
watchCertificateRequestList(opts?: operations.WatchListOpts)
watchIssuerList(opts?: operations.WatchListOpts)