mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-21 22:49:31 +00:00
Found using script: https://gist.github.com/dims/384dea60754042f61d79233603034038 Just run using: `find . -name .import-restrictions | xargs python ~/junk/sanitize-import-boss.py` The removed entries are either packages that got moved/renamed/deleted but are still not cleaned up from .import-restrictions files. Change-Id: I92c400f74e6f012cc75539311ed4de280e25e918
11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
{
|
|
"Rules": [
|
|
{
|
|
"SelectorRegexp": "k8s[.]io/kubernetes/pkg/client/unversioned",
|
|
"AllowedPrefixes": [
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|