Unverified Commit f77060aa authored by Yann Hodique's avatar Yann Hodique Committed by GitHub

client-go: update documentation for remotecommand.StreamOptions

The ability to explicitly define the supported protocols was removed in commit 12c7874c Adjust documentation accordingly.
parent ac4715d6
...@@ -30,8 +30,8 @@ import ( ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment