Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Constructors

new
AcmeCertManagerIoV1Api(client: c.RestClient)

Methods

getChallengeListForAllNamespaces(opts?: operations.GetListOpts): Promise<AcmeCertManagerIoV1.ChallengeList>
getOrderListForAllNamespaces(opts?: operations.GetListOpts): Promise<AcmeCertManagerIoV1.OrderList>
watchChallengeListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AcmeCertManagerIoV1.Challenge>>
watchOrderListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AcmeCertManagerIoV1.Order>>