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

x/kubernetes_apis/client.ts>KubectlRawRestClient#runKubectl

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
method KubectlRawRestClient.prototype.runKubectl
Re-export
import { KubectlRawRestClient } from "https://deno.land/x/kubernetes_apis@v0.3.2/client.ts";

Parameters

args: string[]
opts: { abortSignal?: AbortSignal; bodyRaw?: Uint8Array; bodyJson?: JSONValue; bodyStream?: ReadableStream<Uint8Array>; }