import { ApiregistrationV1Api } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/apiregistration.k8s.io@v1/mod.ts";
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)