Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/node.k8s.io@v1/mod.ts>NodeV1Api

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

Constructors

new
NodeV1Api(client: c.RestClient)

Methods

createRuntimeClass(body: NodeV1.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: NodeV1.RuntimeClass | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceRuntimeClass(
name: string,
body: NodeV1.RuntimeClass,
opts?: operations.PutOpts,
)
watchRuntimeClassList(opts?: operations.WatchListOpts)