
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
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
rules:
|
|
# prevent any k8s.io/kubernetes imports outside of this package
|
|
- selectorRegexp: k8s[.]io/kubernetes
|
|
allowedPrefixes:
|
|
- k8s.io/kubernetes/pkg/cloudprovider/providers
|