Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenma committed Nov 15, 2024
1 parent c665b4f commit 8471a6b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dev/tools/controllerbuilder/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,14 @@ go run . generate-mapper \
--output-dir $REPO_ROOT/pkg/controller/direct/ \
--api-dir $REPO_ROOT/apis/


go run . generate-direct-reconciler \
--kind SecretManagerSecretVersion \
--proto-resource SecretVersion \
--api-version "secretmanager.cnrm.cloud.google.com/v1beta1" \
--service "google.cloud.secretmanager.v1" \
--proto-source-path ../proto-to-mapper/build/googleapis.pb

# Spanner
go run main.go generate-types \
--service google.spanner.admin.instance.v1 \
--proto-source-path ../proto-to-mapper/build/googleapis.pb \
Expand Down

0 comments on commit 8471a6b

Please sign in to comment.