mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
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:
commit
75c691c2d4
11
.gazelcfg.json
Normal file
11
.gazelcfg.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"GoPrefix": "k8s.io/kubernetes",
|
||||
"SrcDirs": [
|
||||
"./pkg",
|
||||
"./cmd",
|
||||
"./third_party",
|
||||
"./plugin",
|
||||
"./test",
|
||||
"./federation"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user