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

x/kubernetes_apis/tunnels.ts>StdioTunnel#output

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
method StdioTunnel.prototype.output
import { StdioTunnel } from "https://deno.land/x/kubernetes_apis@v0.5.1/tunnels.ts";

Buffers all data for stdout and/or stderr and returns the buffers when the remote command exits.

Returns

Promise<ExecStatus & { stdout: Uint8Array; stderr: Uint8Array; }>