mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-07 20:18:44 +00:00
client-go: update documentation for remotecommand.StreamOptions
The ability to explicitly define the supported protocols was removed in commit 12c7874c0d88e9099ab2a29915d26751f0d23c2a Adjust documentation accordingly. Kubernetes-commit: f77060aa8da8256fa48412e7a0d9523245017dcb
This commit is contained in:
parent
5e5e185a9e
commit
58a34f32bd
@ -30,8 +30,8 @@ import (
|
|||||||
spdy "k8s.io/client-go/transport/spdy"
|
spdy "k8s.io/client-go/transport/spdy"
|
||||||
)
|
)
|
||||||
|
|
||||||
// StreamOptions holds information pertaining to the current streaming session: supported stream
|
// StreamOptions holds information pertaining to the current streaming session:
|
||||||
// protocols, input/output streams, if the client is requesting a TTY, and a terminal size queue to
|
// input/output streams, if the client is requesting a TTY, and a terminal size queue to
|
||||||
// support terminal resizing.
|
// support terminal resizing.
|
||||||
type StreamOptions struct {
|
type StreamOptions struct {
|
||||||
Stdin io.Reader
|
Stdin io.Reader
|
||||||
|
Loading…
Reference in New Issue
Block a user