mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-13 15:59:57 -05:00
Bazel walks through the Kubernetes repo to add vendor targets for OpenAPI generation. `SkippedPaths` is used to skip the paths such as `_examples`. However, it doesn't work as desired, because it matches for `_` at the beginning of the path, so paths like `vendor\..\_example` are picked up by the generator. This PR fixes this. |
||
|---|---|---|
| .. | ||
| .bazelrc | ||
| .kazelcfg.json | ||
| BUILD.root | ||
| Makefile | ||
| Makefile.generated_files | ||
| WORKSPACE | ||