import { NodeV1beta1Api } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/node.k8s.io@v1beta1/mod.ts";
Methods
createRuntimeClass(body: NodeV1beta1.RuntimeClass, opts?: operations.PutOpts)
deleteRuntimeClass(name: string, opts?: operations.DeleteOpts)
deleteRuntimeClassList(opts?: operations.DeleteListOpts)
getRuntimeClass(name: string, opts?: operations.NoOpts)
getRuntimeClassList(opts?: operations.GetListOpts)
patchRuntimeClass()
name: string,
type: c.PatchType,
body: NodeV1beta1.RuntimeClass | c.JsonPatch,
opts?: operations.PatchOpts,
replaceRuntimeClass()
name: string,
body: NodeV1beta1.RuntimeClass,
opts?: operations.PutOpts,
watchRuntimeClassList(opts?: operations.WatchListOpts)