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

x/kubernetes_apis/builtin/node.k8s.io@v1beta1/mod.ts>NodeV1beta1Api

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

Constructors

new
NodeV1beta1Api(client: c.RestClient)

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)