import { AcmeCertManagerIoV1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.3/cert-manager/acme.cert-manager.io@v1/mod.ts";
Methods
createChallenge(body: AcmeCertManagerIoV1.Challenge, opts?: operations.PutOpts): Promise<AcmeCertManagerIoV1.Challenge>
createOrder(body: AcmeCertManagerIoV1.Order, opts?: operations.PutOpts): Promise<AcmeCertManagerIoV1.Order>
deleteChallenge(name: string, opts?: operations.DeleteOpts): Promise<AcmeCertManagerIoV1.Challenge | MetaV1.Status>
deleteChallengeList(opts?: operations.DeleteListOpts): Promise<AcmeCertManagerIoV1.ChallengeList>
deleteOrder(name: string, opts?: operations.DeleteOpts): Promise<AcmeCertManagerIoV1.Order | MetaV1.Status>
deleteOrderList(opts?: operations.DeleteListOpts): Promise<AcmeCertManagerIoV1.OrderList>
getChallenge(name: string, opts?: operations.NoOpts): Promise<AcmeCertManagerIoV1.Challenge>
getChallengeList(opts?: operations.GetListOpts): Promise<AcmeCertManagerIoV1.ChallengeList>
getChallengeStatus(name: string, opts?: operations.NoOpts): Promise<AcmeCertManagerIoV1.Challenge>
getOrder(name: string, opts?: operations.NoOpts): Promise<AcmeCertManagerIoV1.Order>
getOrderList(opts?: operations.GetListOpts): Promise<AcmeCertManagerIoV1.OrderList>
getOrderStatus(name: string, opts?: operations.NoOpts): Promise<AcmeCertManagerIoV1.Order>
patchChallenge(): Promise<AcmeCertManagerIoV1.Challenge>
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Challenge | c.JsonPatch,
opts?: operations.PatchOpts,
patchChallengeStatus(): Promise<AcmeCertManagerIoV1.Challenge>
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Challenge | c.JsonPatch,
opts?: operations.PatchOpts,
patchOrder(): Promise<AcmeCertManagerIoV1.Order>
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Order | c.JsonPatch,
opts?: operations.PatchOpts,
patchOrderStatus(): Promise<AcmeCertManagerIoV1.Order>
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Order | c.JsonPatch,
opts?: operations.PatchOpts,
replaceChallenge(): Promise<AcmeCertManagerIoV1.Challenge>
name: string,
body: AcmeCertManagerIoV1.Challenge,
opts?: operations.PutOpts,
replaceChallengeStatus(): Promise<AcmeCertManagerIoV1.Challenge>
name: string,
body: AcmeCertManagerIoV1.Challenge,
opts?: operations.PutOpts,
replaceOrder(): Promise<AcmeCertManagerIoV1.Order>
name: string,
body: AcmeCertManagerIoV1.Order,
opts?: operations.PutOpts,
replaceOrderStatus(): Promise<AcmeCertManagerIoV1.Order>
name: string,
body: AcmeCertManagerIoV1.Order,
opts?: operations.PutOpts,
watchChallengeList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AcmeCertManagerIoV1.Challenge>>
watchOrderList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AcmeCertManagerIoV1.Order>>