From 12444b42c8949f5e9ff4f3221daa2a41f3932ea7 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Fri, 14 Jul 2017 15:43:21 -0700 Subject: [PATCH] Update kazelcfg to kazel everything --- build/root/.kazelcfg.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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,