add a .gazelcfg

pull/6/head
Mike Danese 2016-11-28 16:04:18 -08:00
parent 68cd97a529
commit 793450ae75
1 changed files with 11 additions and 0 deletions

11
.gazelcfg.json Normal file
View File

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