diff --git a/build/root/.kazelcfg.json b/build/root/.kazelcfg.json index 43b05583951..e8f32e586d3 100644 --- a/build/root/.kazelcfg.json +++ b/build/root/.kazelcfg.json @@ -1,18 +1,7 @@ { "GoPrefix": "k8s.io/kubernetes", - "SrcDirs": [ - "./pkg", - "./cmd", - "./third_party", - "./plugin", - "./test", - "./federation", - "./examples" - ], "SkippedPaths": [ - "^_.*", - "^staging.*", - "_vendor" + "^_.*" ], "AddSourcesRules": true, "VendorMultipleBuildFiles": true,