You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/module-graph.sh
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ kubernetes_dependencies()
54
54
go mod graph | grep -E "^.*k8s.io.*k8s.io.*$"| sed -E 's|@\S+ | |g'| sed -E 's|@\S+$||g'| sed -E 's/[\.\/\-]/_/g'| sort | uniq | sed -E 's| | -> |g'| sed -E 's|^| |g'>> _output/module-dependencies.dot || error_exit "Failed to generate kubernetes dependencies in DOT file"
55
55
}
56
56
57
+
mkdir -p _output
57
58
echo"digraph module_dependencies {"> _output/module-dependencies.dot || error_exit "Failed to open DOT file"
0 commit comments