Skip to content

Commit

Permalink
Merge pull request #40106 from deads2k/client-09-switch
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

make client-go more authoritative

Builds on kubernetes/kubernetes#40103

This moves a few more support package to client-go for origination.  
 1. restclient/watch - nodep
 1. util/flowcontrol - used interface
 1. util/integer, util/clock - used in controllers and in support of util/flowcontrol
  • Loading branch information
Kubernetes Submit Queue authored Jan 19, 2017
2 parents bea8948 + ed66af9 commit 83a8ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webhook/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ go_test(
tags = ["automanaged"],
deps = [
"//pkg/apis/authorization/v1beta1:go_default_library",
"//pkg/client/unversioned/clientcmd/api/v1:go_default_library",
"//vendor:k8s.io/apimachinery/pkg/apis/meta/v1",
"//vendor:k8s.io/apimachinery/pkg/util/diff",
"//vendor:k8s.io/apiserver/pkg/authentication/user",
"//vendor:k8s.io/apiserver/pkg/authorization/authorizer",
"//vendor:k8s.io/client-go/tools/clientcmd/api/v1",
],
)

Expand Down
2 changes: 1 addition & 1 deletion webhook/webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import (
"k8s.io/apimachinery/pkg/util/diff"
"k8s.io/apiserver/pkg/authentication/user"
"k8s.io/apiserver/pkg/authorization/authorizer"
"k8s.io/client-go/tools/clientcmd/api/v1"
"k8s.io/kubernetes/pkg/apis/authorization/v1beta1"
"k8s.io/kubernetes/pkg/client/unversioned/clientcmd/api/v1"
)

func TestNewFromConfig(t *testing.T) {
Expand Down

0 comments on commit 83a8ac6

Please sign in to comment.