mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
17 lines
213 B
JSON
17 lines
213 B
JSON
{
|
|
"GoPrefix": "k8s.io/kubernetes",
|
|
"SrcDirs": [
|
|
"./pkg",
|
|
"./cmd",
|
|
"./third_party",
|
|
"./plugin",
|
|
"./test",
|
|
"./federation",
|
|
"./examples"
|
|
],
|
|
"SkippedPaths": [
|
|
"^_.*"
|
|
],
|
|
"AddSourcesRules": true
|
|
}
|