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

x/kubernetes_client/transports/via-kubectl-raw.ts>KubectlRawRestClient#runKubectl

Typescript library for accessing a Kubernetes API server
Go to Latest
method KubectlRawRestClient.prototype.runKubectl
import { KubectlRawRestClient } from "https://deno.land/x/kubernetes_client@v0.7.0/transports/via-kubectl-raw.ts";

Parameters

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