
Modified import restrictions for the e2e framework submodules to enable control of the k/k/pkg imports.
14 lines
460 B
Plaintext
14 lines
460 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:
|
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
|
|
|
- selectorRegexp: ""
|
|
allowedPrefixes: [ "" ]
|