mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
e2e framework: control k/k/pkg imports
Modified import restrictions for the e2e framework submodules to enable control of the k/k/pkg imports.
This commit is contained in:
parent
dc4f6f9da6
commit
ff9ebfa90d
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
9
test/e2e/framework/providers/gce/.import-restrictions
Normal file
9
test/e2e/framework/providers/gce/.import-restrictions
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
|
# dependencies, 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: ""
|
||||||
|
allowedPrefixes: [ "" ]
|
@ -0,0 +1,9 @@
|
|||||||
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
|
# dependencies, 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: ""
|
||||||
|
allowedPrefixes: [ "" ]
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes:
|
||||||
|
- k8s.io/kubernetes/pkg/api/v1/pod
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# This E2E framework sub-package is currently allowed to use arbitrary
|
# This E2E framework sub-package is currently allowed to use arbitrary
|
||||||
# dependencies, therefore we need to override the restrictions from
|
# dependencies except of k/k/pkg, therefore we need to override the
|
||||||
# the parent .import-restrictions file.
|
# restrictions from the parent .import-restrictions file.
|
||||||
#
|
#
|
||||||
# At some point it may become useful to also check this package's
|
# At some point it may become useful to also check this package's
|
||||||
# dependencies more careful.
|
# dependencies more careful.
|
||||||
rules:
|
rules:
|
||||||
|
- selectorRegexp: "^k8s[.]io/kubernetes/pkg"
|
||||||
|
allowedPrefixes: []
|
||||||
|
|
||||||
- selectorRegexp: ""
|
- selectorRegexp: ""
|
||||||
allowedPrefixes: [ "" ]
|
allowedPrefixes: [ "" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user