Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_client/mod.ts>KubectlRawRestClient#runKubectl

Typescript library for accessing a Kubernetes API server
Latest
method KubectlRawRestClient.prototype.runKubectl
Re-export
import { KubectlRawRestClient } from "https://deno.land/x/kubernetes_client@v0.7.3/mod.ts";

Parameters

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