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

x/kubernetes_client/transports/mod.ts>KubectlRawRestClient#emulateExecTunnel

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

Parameters

namespace: string
podName: string
querystring: URLSearchParams
optional
signal: AbortSignal

Returns

Promise<KubernetesTunnel>