k3s/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
..
.bazelrc bzl: build --config unit should build with race enabled 2018-04-17 07:36:36 -07:00
.kazelcfg.json Fix SkippedPaths 2018-05-17 13:35:44 +05:30
BUILD.root bazel: generate pkg/generated/bindata.go at build time 2018-04-25 09:44:22 -07:00
Makefile Remove rkt references in the codebase 2018-04-06 12:02:11 -07:00
Makefile.generated_files Generate bindata through make 2018-04-10 20:55:03 -07:00
WORKSPACE Merge pull request #63412 from praseodym/go1.10.2 2018-05-04 18:59:52 -07:00