Skip to main content
Deno 2 is finally here 🎉️
Learn more
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
Go to Latest
class CertManagerIoV1NamespacedApi
import { CertManagerIoV1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.1/cert-manager/cert-manager.io@v1/mod.ts";

Constructors

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

Methods

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