Unverified Commit 15556551 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #68942 from nikhita/csi-api-staging-restrict-imports

Add import restrictions for csi-api
parents 1fd45cfb b3ad9e69
...@@ -171,3 +171,12 @@ ...@@ -171,3 +171,12 @@
- k8s.io/apimachinery - k8s.io/apimachinery
- k8s.io/client-go - k8s.io/client-go
- k8s.io/klog - k8s.io/klog
- baseImportPath: "./vendor/k8s.io/csi-api/"
allowedImports:
- k8s.io/api
- k8s.io/apimachinery
- k8s.io/apiextensions-apiserver
- k8s.io/client-go
- k8s.io/csi-api
- k8s.io/klog
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE # DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
# INSTRUCTIONS AT https://kubernetes.io/security/ # INSTRUCTIONS AT https://kubernetes.io/security/
saadali saad-ali
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment