Skip to content

Commit

Permalink
Feat: Add spanner database mockgcp
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvigil committed Jun 13, 2024
1 parent c820b98 commit a991444
Show file tree
Hide file tree
Showing 15 changed files with 10,941 additions and 15 deletions.
1 change: 1 addition & 0 deletions config/tests/samples/create/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ func MaybeSkip(t *testing.T, name string, resources []*unstructured.Unstructured
case schema.GroupKind{Group: "sql.cnrm.cloud.google.com", Kind: "SQLInstance"}:
case schema.GroupKind{Group: "sql.cnrm.cloud.google.com", Kind: "SQLUser"}:

case schema.GroupKind{Group: "spanner.cnrm.cloud.google.com", Kind: "SpannerDatabase"}:
case schema.GroupKind{Group: "spanner.cnrm.cloud.google.com", Kind: "SpannerInstance"}:

case schema.GroupKind{Group: "storage.cnrm.cloud.google.com", Kind: "StorageBucket"}:
Expand Down
1 change: 1 addition & 0 deletions mockgcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ gen-proto: generate-protos-from-openapi
./third_party/googleapis/mockgcp/iam/admin/v1/*.proto \
./third_party/googleapis/mockgcp/logging/v2/*.proto \
./third_party/googleapis/mockgcp/pubsub/v1/*.proto \
./third_party/googleapis/mockgcp/spanner/admin/database/v1/*.proto \
./third_party/googleapis/mockgcp/spanner/admin/instance/v1/*.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/annotation*.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/data_item.proto \
Expand Down
2,233 changes: 2,233 additions & 0 deletions mockgcp/generated/mockgcp/spanner/admin/database/v1/backup.pb.go

Large diffs are not rendered by default.

Loading

0 comments on commit a991444

Please sign in to comment.