move pkg/util/rand

This commit is contained in:
deads2k
2017-01-16 09:50:37 -05:00
parent d2cbdbd7d4
commit 8686d67c80
29 changed files with 59 additions and 33 deletions

13
vendor/BUILD vendored
View File

@@ -13341,3 +13341,16 @@ go_library(
"//vendor:github.com/go-openapi/spec",
],
)
go_test(
name = "k8s.io/apimachinery/pkg/util/rand_test",
srcs = ["k8s.io/apimachinery/pkg/util/rand/rand_test.go"],
library = ":k8s.io/apimachinery/pkg/util/rand",
tags = ["automanaged"],
)
go_library(
name = "k8s.io/apimachinery/pkg/util/rand",
srcs = ["k8s.io/apimachinery/pkg/util/rand/rand.go"],
tags = ["automanaged"],
)