
Modified import restrictions for the e2e framework submodules to enable control of the k/k/pkg imports.
13 lines
424 B
Plaintext
13 lines
424 B
Plaintext
# This E2E framework sub-package is currently allowed to use arbitrary
|
|
# dependencies except of k/k/pkg, therefore we need to override the
|
|
# restrictions from the parent .import-restrictions file.
|
|
#
|
|
# At some point it may become useful to also check this package's
|
|
# dependencies more careful.
|
|
rules:
|
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
|
allowedPrefixes: []
|
|
|
|
- selectorRegexp: ""
|
|
allowedPrefixes: [ "" ]
|