• Ayush Pateria's avatar
    Fix SkippedPaths · 7aeb6133
    Ayush Pateria authored
    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.
    7aeb6133
Name
Last commit
Last update
..
.bazelrc Loading commit data...
.kazelcfg.json Loading commit data...
BUILD.root Loading commit data...
Makefile Loading commit data...
Makefile.generated_files Loading commit data...
WORKSPACE Loading commit data...