generated: change to WatchEvent from Event

This commit is contained in:
Clayton Coleman
2017-01-05 15:11:25 -05:00
parent 0cd27a62da
commit 5c4fccba88
47 changed files with 1524 additions and 1360 deletions

View File

@@ -94,6 +94,7 @@ filegroup(
srcs = [
":package-srcs",
"//pkg/client/restclient/fake:all-srcs",
"//pkg/client/restclient/watch:all-srcs",
],
tags = ["automanaged"],
)

View File

@@ -41,3 +41,16 @@ go_test(
"//pkg/watch:go_default_library",
],
)
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
tags = ["automanaged"],
)