...

Text file src/k8s.io/kubernetes/test/e2e/framework/manifest/.import-restrictions

Documentation: k8s.io/kubernetes/test/e2e/framework/manifest

     1# This E2E framework sub-package is currently allowed to use arbitrary
     2# dependencies except of k/k/pkg, therefore we need to override the
     3# restrictions from the parent .import-restrictions file.
     4#
     5# At some point it may become useful to also check this package's
     6# dependencies more careful.
     7rules:
     8  - selectorRegexp: "^k8s[.]io/kubernetes/pkg"
     9    allowedPrefixes: []
    10
    11  - selectorRegexp: ""
    12    allowedPrefixes: [ "" ]

View as plain text