import { AcmeCertManagerIoV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/cert-manager/acme.cert-manager.io@v1/mod.ts";
Methods
getChallengeListForAllNamespaces(opts?: operations.GetListOpts): Promise<AcmeCertManagerIoV1.ChallengeList>
getOrderListForAllNamespaces(opts?: operations.GetListOpts): Promise<AcmeCertManagerIoV1.OrderList>
namespace(name: string): AcmeCertManagerIoV1NamespacedApi
watchChallengeListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AcmeCertManagerIoV1.Challenge>>
watchOrderListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AcmeCertManagerIoV1.Order>>