mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Fix golint and godeps verification
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user