Skip to content

Commit

Permalink
Merge pull request #1829 from jasonvigil/spanner-db
Browse files Browse the repository at this point in the history
Feat: Add spanner database mockgcp
  • Loading branch information
google-oss-prow[bot] authored Jun 20, 2024
2 parents 30b7d89 + 72aa7b0 commit be7c60d
Show file tree
Hide file tree
Showing 17 changed files with 11,592 additions and 695 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 be7c60d

Please sign in to comment.