Remove unnecessary prefixes from various .import-restrictions files

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
This commit is contained in:
Davanum Srinivas
2019-02-11 15:38:21 -05:00
parent f7c4389b79
commit 1d430a4a73
4 changed files with 5 additions and 168 deletions

View File

@@ -3,7 +3,6 @@
{
"SelectorRegexp": "k8s[.]io/kubernetes/pkg/client/unversioned",
"AllowedPrefixes": [
"k8s.io/kubernetes/pkg/client/unversioned/clientcmd/api"
]
}
]