add a .gazelcfg

This commit is contained in:
Mike Danese 2016-11-28 16:04:18 -08:00
parent 68cd97a529
commit 793450ae75

11
.gazelcfg.json Normal file
View File

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