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