Versions in this module Expand all Collapse all v1 v1.9.2 Apr 2, 2023 Changes in this version + func ServeAttach(w http.ResponseWriter, req *http.Request, attacher Attacher, podName string, ...) + func ServeExec(w http.ResponseWriter, req *http.Request, executor Executor, podName string, ...) + type Attacher interface + AttachToContainer func(name string, uid types.UID, container string, in io.Reader, ...) error + type Executor interface + ExecInContainer func(name string, uid types.UID, container string, cmd []string, in io.Reader, ...) error + type Options struct + Stderr bool + Stdin bool + Stdout bool + TTY bool + func NewOptions(req *http.Request) (*Options, error)