Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Constructors

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

Methods

createChallenge(body: AcmeCertManagerIoV1.Challenge, opts?: operations.PutOpts)
createOrder(body: AcmeCertManagerIoV1.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: AcmeCertManagerIoV1.Challenge | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchChallengeStatus(
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Challenge | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchOrder(
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Order | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchOrderStatus(
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Order | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceChallenge(
name: string,
body: AcmeCertManagerIoV1.Challenge,
opts?: operations.PutOpts,
)
replaceChallengeStatus(
name: string,
body: AcmeCertManagerIoV1.Challenge,
opts?: operations.PutOpts,
)
replaceOrder(
name: string,
body: AcmeCertManagerIoV1.Order,
opts?: operations.PutOpts,
)
replaceOrderStatus(
name: string,
body: AcmeCertManagerIoV1.Order,
opts?: operations.PutOpts,
)
watchChallengeList(opts?: operations.WatchListOpts)
watchOrderList(opts?: operations.WatchListOpts)