Add import-boss directives

The pkg/api/testing can be removed whem kubeadm splits into
its own repository.
The pkg/kubemark probably will remain as is for the foreseeable
future.
This commit is contained in:
Davanum Srinivas
2017-10-05 19:52:29 -04:00
parent 6d5e1d2bea
commit 21fdd1c5ed
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"Rules": [
{
"SelectorRegexp": "k8s[.]io/kubernetes/cmd",
"AllowedPrefixes": [
"k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
],
"ForbiddenPrefixes": [
]
}
]
}