📄️ exec
Quick start: const exec = new Exec(kc); exec.exec(ns, pod, container, command, stdout, stderr, stdin, tty); — See examples
📄️ attach
Quick start: const attach = new Attach(kc); attach.attach(ns, pod, container, stdout, stderr, stdin, tty); — See examples
📄️ portforward
Quick start: const fwd = new PortForward(kc); fwd.portForward(ns, pod, port], output, null, input); — [See examples
📄️ cp
Quick start: const cp = new Cp(kc); cp.cpFromPod(ns, pod, container, srcPath, destPath); — See examples
📄️ Function: AddOptionsToSearchParams()
AddOptionsToSearchParams(options, searchParams): URLSearchParams \| undefined
📄️ Class: Log
Defined in85
📄️ Interface: LogOptions
Defined in9
📄️ log
Quick start: const log = new Log(kc); log.log(ns, pod, container, stream, opts); — See examples