Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
f77060aa
Unverified
Commit
f77060aa
authored
Jul 16, 2018
by
Yann Hodique
Committed by
GitHub
Jul 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
remotecommand.go
...src/k8s.io/client-go/tools/remotecommand/remotecommand.go
+2
-2
No files found.
staging/src/k8s.io/client-go/tools/remotecommand/remotecommand.go
View file @
f77060aa
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment