mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-14 14:42:35 -04:00
8 lines
142 B
Python
8 lines
142 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "swagger-spec",
|
|
srcs = glob([
|
|
"**/*.json",
|
|
]),
|
|
)
|