Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/apiregistration.k8s.io@v1/mod.ts>ApiregistrationV1Api

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
class ApiregistrationV1Api
import { ApiregistrationV1Api } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/apiregistration.k8s.io@v1/mod.ts";

Constructors

new
ApiregistrationV1Api(client: c.RestClient)

Methods

createAPIService(body: ApiregistrationV1.APIService, opts?: operations.PutOpts)
deleteAPIService(name: string, opts?: operations.DeleteOpts)
deleteAPIServiceList(opts?: operations.DeleteListOpts)
getAPIService(name: string, opts?: operations.NoOpts)
getAPIServiceList(opts?: operations.GetListOpts)
getAPIServiceStatus(name: string, opts?: operations.NoOpts)
patchAPIService(
name: string,
type: c.PatchType,
body: ApiregistrationV1.APIService | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchAPIServiceStatus(
name: string,
type: c.PatchType,
body: ApiregistrationV1.APIService | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceAPIService(
name: string,
body: ApiregistrationV1.APIService,
opts?: operations.PutOpts,
)
replaceAPIServiceStatus(
name: string,
body: ApiregistrationV1.APIService,
opts?: operations.PutOpts,
)
watchAPIServiceList(opts?: operations.WatchListOpts)