mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
21 lines
301 B
JSON
21 lines
301 B
JSON
{
|
|
"GoPrefix": "k8s.io/kubernetes",
|
|
"SrcDirs": [
|
|
"./pkg",
|
|
"./cmd",
|
|
"./third_party",
|
|
"./plugin",
|
|
"./test",
|
|
"./federation",
|
|
"./examples"
|
|
],
|
|
"SkippedPaths": [
|
|
"^_.*",
|
|
"^staging.*",
|
|
"_vendor"
|
|
],
|
|
"AddSourcesRules": true,
|
|
"VendorMultipleBuildFiles": true,
|
|
"K8sOpenAPIGen": true
|
|
}
|