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
c0a3e9ad
Commit
c0a3e9ad
authored
May 08, 2017
by
Dmitry Shulyak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix golint and godeps verification
parent
8574bc56
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
.linted_packages
hack/.linted_packages
+1
-0
resizeevents_windows.go
pkg/util/term/resizeevents_windows.go
+1
-1
setsize_unsupported.go
pkg/util/term/setsize_unsupported.go
+1
-1
No files found.
hack/.linted_packages
View file @
c0a3e9ad
...
...
@@ -385,6 +385,7 @@ staging/src/k8s.io/client-go/plugin/pkg/client/auth/gcp
staging/src/k8s.io/client-go/rest/watch
staging/src/k8s.io/client-go/tools/auth
staging/src/k8s.io/client-go/tools/metrics
staging/src/k8s.io/client-go/tools/remotecommand
staging/src/k8s.io/client-go/util/cert
staging/src/k8s.io/client-go/util/homedir
staging/src/k8s.io/client-go/util/workqueue
...
...
pkg/util/term/resizeevents_windows.go
View file @
c0a3e9ad
...
...
@@ -20,7 +20,7 @@ import (
"time"
"k8s.io/apimachinery/pkg/util/runtime"
"k8s.io/
kubernetes/pkg/client/unversioned
/remotecommand"
"k8s.io/
client-go/tools
/remotecommand"
)
// monitorResizeEvents spawns a goroutine that periodically gets the terminal size and tries to send
...
...
pkg/util/term/setsize_unsupported.go
View file @
c0a3e9ad
...
...
@@ -19,7 +19,7 @@ limitations under the License.
package
term
import
(
"k8s.io/
kubernetes/pkg/client/unversioned
/remotecommand"
"k8s.io/
client-go/tools
/remotecommand"
)
func
SetSize
(
fd
uintptr
,
size
remotecommand
.
TerminalSize
)
error
{
...
...
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