Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.3/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): 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(
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Challenge | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<AcmeCertManagerIoV1.Challenge>
patchChallengeStatus(
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Challenge | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<AcmeCertManagerIoV1.Challenge>
patchOrder(
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Order | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<AcmeCertManagerIoV1.Order>
patchOrderStatus(
name: string,
type: c.PatchType,
body: AcmeCertManagerIoV1.Order | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<AcmeCertManagerIoV1.Order>
replaceChallenge(
name: string,
body: AcmeCertManagerIoV1.Challenge,
opts?: operations.PutOpts,
): Promise<AcmeCertManagerIoV1.Challenge>
replaceChallengeStatus(
name: string,
body: AcmeCertManagerIoV1.Challenge,
opts?: operations.PutOpts,
): Promise<AcmeCertManagerIoV1.Challenge>
replaceOrder(
name: string,
body: AcmeCertManagerIoV1.Order,
opts?: operations.PutOpts,
): Promise<AcmeCertManagerIoV1.Order>
replaceOrderStatus(
name: string,
body: AcmeCertManagerIoV1.Order,
opts?: operations.PutOpts,
): Promise<AcmeCertManagerIoV1.Order>
watchChallengeList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AcmeCertManagerIoV1.Challenge>>
watchOrderList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AcmeCertManagerIoV1.Order>>