mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Introduce API module.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function showDeps {
|
||||
echo "==== begin $1 =================================="
|
||||
find $1 -name "*.go" |\
|
||||
xargs grep \"sigs.k8s.io/kustomize/v3 |\
|
||||
xargs grep \"sigs.k8s.io/kustomize/??? |\
|
||||
grep -v "/api/" |\
|
||||
sed 's|"sigs.k8s.io/kustomize/v3/||' |\
|
||||
awk '{ printf "%40s %s\n", $2, $1 }' |\
|
||||
|
||||
Reference in New Issue
Block a user