mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
yaml has comments, so we can explain why we have certain rules or certain prefixes for those files that weren't already commented yaml, I converted them to yaml and took a best guess at comments based on the PRs that introduced or updated them
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
rules:
|
|
# override pkg/ import restriction on cmd/ for kubemark
|
|
- selectorRegexp: k8s[.]io/kubernetes/cmd
|
|
allowedPrefixes:
|
|
- k8s.io/kubernetes/cmd/kube-proxy/app
|
|
- k8s.io/kubernetes/cmd/kubelet/app
|