import { NodeV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/node.k8s.io@v1/mod.ts";
Methods
createRuntimeClass(body: NodeV1.RuntimeClass, opts?: operations.PutOpts): Promise<NodeV1.RuntimeClass>
deleteRuntimeClass(name: string, opts?: operations.DeleteOpts): Promise<NodeV1.RuntimeClass | MetaV1.Status>
deleteRuntimeClassList(opts?: operations.DeleteListOpts): Promise<NodeV1.RuntimeClassList>
getRuntimeClass(name: string, opts?: operations.NoOpts): Promise<NodeV1.RuntimeClass>
getRuntimeClassList(opts?: operations.GetListOpts): Promise<NodeV1.RuntimeClassList>
patchRuntimeClass(): Promise<NodeV1.RuntimeClass>
name: string,
type: c.PatchType,
body: NodeV1.RuntimeClass | c.JsonPatch,
opts?: operations.PatchOpts,
replaceRuntimeClass(): Promise<NodeV1.RuntimeClass>
name: string,
body: NodeV1.RuntimeClass,
opts?: operations.PutOpts,
watchRuntimeClassList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<NodeV1.RuntimeClass>>