Skip to content

Commit 793450a

Browse files
committed
add a .gazelcfg
1 parent 68cd97a commit 793450a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gazelcfg.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"GoPrefix": "k8s.io/kubernetes",
3+
"SrcDirs": [
4+
"./pkg",
5+
"./cmd",
6+
"./third_party",
7+
"./plugin",
8+
"./test",
9+
"./federation"
10+
]
11+
}

0 commit comments

Comments
 (0)