Add module generate command and update all generated files

This commit is contained in:
Joshua Casey
2024-05-21 10:43:52 -05:00
parent 0076f1251c
commit 2f9df8c8e2
8 changed files with 18 additions and 16 deletions

View File

@@ -50,6 +50,9 @@ function main() {
KUBE_PANIC_WATCH_DECODE_ERROR=${kube_panic_watch_decode_error} \
go test -short -race ./...
;;
'generate')
go generate ./internal/mocks/...
;;
*)
usage
;;