Files
kubernetes/build/root
Ayush Pateria 7aeb6133c9 Fix SkippedPaths
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.
2018-05-17 13:35:44 +05:30
..
2018-05-17 13:35:44 +05:30
2018-04-06 12:02:11 -07:00