
- add ./hack/tools/go.mod, this makes ./hack/tools a distinct module - hack/tools/tools.go undescore imports bazel related tools, over time we can add others. - hack/*.sh scripts will cd to hack/tools and go install tools from there Signed-off-by: Davanum Srinivas <davanum@gmail.com>
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"GoPrefix": "k8s.io/kubernetes",
|
|
"SkippedPaths": [
|
|
"^_.*",
|
|
"/_",
|
|
"^hack/tools",
|
|
"^third_party/etcd.*"
|
|
],
|
|
"AddSourcesRules": true,
|
|
"K8sCodegenBzlFile": "build/kazel_generated.bzl",
|
|
"K8sCodegenBoilerplateFile": "hack/boilerplate/boilerplate.generatebzl.txt",
|
|
"K8sCodegenTags": [
|
|
"openapi-gen"
|
|
]
|
|
}
|