Merge pull request #37589 from mikedanese/gazelcfg

Automatic merge from submit-queue

add a .gazelcfg.json

prerequisite for merging https://github.com/mikedanese/gazel/pull/7 and https://github.com/mikedanese/gazel/pull/8 which should get us a big speedup.
This commit is contained in:
Kubernetes Submit Queue 2016-12-02 01:00:51 -08:00 committed by GitHub
commit 75c691c2d4

11
.gazelcfg.json Normal file
View File

@ -0,0 +1,11 @@
{
"GoPrefix": "k8s.io/kubernetes",
"SrcDirs": [
"./pkg",
"./cmd",
"./third_party",
"./plugin",
"./test",
"./federation"
]
}