Restrict imports for printers

pull/6/head
Clayton Coleman 2017-02-19 17:55:15 -05:00
parent a9c03f292b
commit 90fdd067e9
No known key found for this signature in database
GPG Key ID: 3D16906B4F1C5CB3
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"Rules": [
{
"SelectorRegexp": "k8s[.]io/kubernetes/pkg/(api$|apis/)",
"ForbiddenPrefixes": [
"k8s.io/kubernetes/pkg/printers"
]
}
]
}

View File

@ -0,0 +1,4 @@
{
"Rules": [
]
}