kubernetes/cmd/preferredimports/OWNERS
Davanum Srinivas 9f0050cb44
verify import aliases
- Added scripts for update and verify
- golang AST code for scanning and fixing imports
- default regex allows it to run on just test/e2e.* file paths
- exclude verify-import-aliases.sh from running in CI jobs

Change-Id: I7f9c76f5525fb9a26ea2be60ea69356362957998
Co-Authored-By: Aaron Crickenberger <spiffxp@google.com>
2019-06-15 22:31:39 -04:00

9 lines
123 B
Plaintext

# See the OWNERS docs at https://go.k8s.io/owners
reviewers:
- johnSchnake
approvers:
- dims
- cblecker
- spiffxp