Skip to content

Commit

Permalink
moves of genericapiserver packages without dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Jan 11, 2017
1 parent 0432690 commit 5280c8d
Show file tree
Hide file tree
Showing 44 changed files with 10 additions and 425 deletions.
43 changes: 0 additions & 43 deletions pkg/auth/authenticator/bearertoken/BUILD

This file was deleted.

40 changes: 0 additions & 40 deletions pkg/auth/authorizer/union/BUILD

This file was deleted.

43 changes: 0 additions & 43 deletions pkg/auth/group/BUILD

This file was deleted.

39 changes: 0 additions & 39 deletions pkg/httplog/BUILD

This file was deleted.

20 changes: 10 additions & 10 deletions pkg/ssh/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ load(
"go_test",
)

go_library(
name = "go_default_library",
srcs = ["ssh.go"],
go_test(
name = "go_default_test",
srcs = ["ssh_test.go"],
library = ":go_default_library",
tags = ["automanaged"],
deps = [
"//vendor:github.com/golang/glog",
"//vendor:github.com/prometheus/client_golang/prometheus",
"//vendor:golang.org/x/crypto/ssh",
"//vendor:k8s.io/client-go/pkg/util/net",
"//vendor:k8s.io/client-go/pkg/util/runtime",
"//vendor:k8s.io/client-go/pkg/util/wait",
],
)

go_test(
name = "go_default_test",
srcs = ["ssh_test.go"],
library = ":go_default_library",
go_library(
name = "go_default_library",
srcs = ["ssh.go"],
tags = ["automanaged"],
deps = [
"//vendor:github.com/golang/glog",
"//vendor:github.com/prometheus/client_golang/prometheus",
"//vendor:golang.org/x/crypto/ssh",
"//vendor:k8s.io/client-go/pkg/util/net",
"//vendor:k8s.io/client-go/pkg/util/runtime",
"//vendor:k8s.io/client-go/pkg/util/wait",
],
)
Expand Down
28 changes: 0 additions & 28 deletions pkg/storage/etcd/metrics/BUILD

This file was deleted.

46 changes: 0 additions & 46 deletions pkg/util/cache/BUILD

This file was deleted.

44 changes: 0 additions & 44 deletions plugin/pkg/auth/authenticator/request/anonymous/BUILD

This file was deleted.

41 changes: 0 additions & 41 deletions plugin/pkg/auth/authenticator/request/union/BUILD

This file was deleted.

Loading

0 comments on commit 5280c8d

Please sign in to comment.