import { ApiextensionsV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/apiextensions.k8s.io@v1/mod.ts";
Methods
createCustomResourceDefinition(body: ApiextensionsV1.CustomResourceDefinition, opts?: operations.PutOpts)
deleteCustomResourceDefinition(name: string, opts?: operations.DeleteOpts)
deleteCustomResourceDefinitionList(opts?: operations.DeleteListOpts)
getCustomResourceDefinition(name: string, opts?: operations.NoOpts)
getCustomResourceDefinitionList(opts?: operations.GetListOpts)
getCustomResourceDefinitionStatus(name: string, opts?: operations.NoOpts)
patchCustomResourceDefinition()
name: string,
type: c.PatchType,
body: ApiextensionsV1.CustomResourceDefinition | c.JsonPatch,
opts?: operations.PatchOpts,
patchCustomResourceDefinitionStatus()
name: string,
type: c.PatchType,
body: ApiextensionsV1.CustomResourceDefinition | c.JsonPatch,
opts?: operations.PatchOpts,
replaceCustomResourceDefinition()
name: string,
body: ApiextensionsV1.CustomResourceDefinition,
opts?: operations.PutOpts,
replaceCustomResourceDefinitionStatus()
name: string,
body: ApiextensionsV1.CustomResourceDefinition,
opts?: operations.PutOpts,
watchCustomResourceDefinitionList(opts?: operations.WatchListOpts)