Skip to content

Commit b693fe0

Browse files
Merge pull request #20047 from tnozicka/verify-not-importing-staging
Verify that someone isn't accidentally importing staging
2 parents 9190e0d + fd7bca7 commit b693fe0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hack/import-restrictions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,5 +555,15 @@
555555
"vendor/k8s.io/kubernetes/pkg/registry/rbac/reconciliation",
556556
"vendor/k8s.io/kubernetes/pkg/registry/rbac/validation"
557557
]
558+
},
559+
560+
{
561+
"checkedPackageRoots": [
562+
"github.com/openshift/origin"
563+
],
564+
"forbiddenImportPackageRoots": [
565+
"k8s.io/kubernetes/staging"
566+
]
558567
}
568+
559569
]

0 commit comments

Comments
 (0)