mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
|
{
|
||
|
"Rules": [
|
||
|
{
|
||
|
"SelectorRegexp": "k8s[.]io/kubernetes/cmd",
|
||
|
"AllowedPrefixes": [
|
||
|
"k8s.io/kubernetes/cmd/kube-proxy/app",
|
||
|
"k8s.io/kubernetes/cmd/kubelet/app"
|
||
|
],
|
||
|
"ForbiddenPrefixes": [
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|