mirror of https://github.com/k3s-io/k3s
Restrict imports for printers
parent
a9c03f292b
commit
90fdd067e9
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"Rules": [
|
||||||
|
{
|
||||||
|
"SelectorRegexp": "k8s[.]io/kubernetes/pkg/(api$|apis/)",
|
||||||
|
"ForbiddenPrefixes": [
|
||||||
|
"k8s.io/kubernetes/pkg/printers"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"Rules": [
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue