client-go: update documentation for remotecommand.StreamOptions

The ability to explicitly define the supported protocols was removed in commit 12c7874c0d
Adjust documentation accordingly.
pull/8/head
Yann Hodique 2018-07-16 14:43:54 -07:00 committed by GitHub
parent ac4715d6ac
commit f77060aa8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ import (
spdy "k8s.io/client-go/transport/spdy"
)
// StreamOptions holds information pertaining to the current streaming session: supported stream
// protocols, input/output streams, if the client is requesting a TTY, and a terminal size queue to
// StreamOptions holds information pertaining to the current streaming session:
// input/output streams, if the client is requesting a TTY, and a terminal size queue to
// support terminal resizing.
type StreamOptions struct {
Stdin io.Reader