From 58a34f32bd803cb94dac79dfb25ecfd6e53a1234 Mon Sep 17 00:00:00 2001 From: Yann Hodique Date: Mon, 16 Jul 2018 14:43:54 -0700 Subject: [PATCH] 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 --- tools/remotecommand/remotecommand.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/remotecommand/remotecommand.go b/tools/remotecommand/remotecommand.go index 6b69f366..d2b29861 100644 --- a/tools/remotecommand/remotecommand.go +++ b/tools/remotecommand/remotecommand.go @@ -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