package
1.6.0-alpha.3
Repository: https://github.com/monopole/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewOptions creates a new Options from the Request.
ServeAttach handles requests to attach to a container.
ServeExec handles requests to execute a command in a container.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
The SPDY subprotocol "channel.k8s.io" is used for remote command attachment/execution.
The SPDY subprotocol "v2.channel.k8s.io" is used for remote command attachment/execution.
The SPDY subprotocol "v3.channel.k8s.io" is used for remote command attachment/execution.
The SPDY subprotocol "v4.channel.k8s.io" is used for remote command attachment/execution.

# Variables

No description provided by the author

# Structs

Options contains details about which streams are required for remote command execution.

# Interfaces

Attacher knows how to attach to a running container in a pod.
Executor knows how to execute a command in a container in a pod.