Skip to content

Commit

Permalink
Automated Config Connector import.
Browse files Browse the repository at this point in the history
  - c62d2898866776b4965d7820f5207274543205e8 mockgcp: add support for ServiceIdentity by Config Connector Team <[email protected]>

GitOrigin-RevId: c62d2898866776b4965d7820f5207274543205e8
  • Loading branch information
Config Connector Team authored and copybara-github committed Jun 23, 2023
1 parent babfc6e commit 5a1d768
Show file tree
Hide file tree
Showing 16 changed files with 11,120 additions and 20 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 @@ -275,6 +275,7 @@ func MaybeSkip(t *testing.T, name string, resources []*unstructured.Unstructured
// ok

case schema.GroupKind{Group: "serviceusage.cnrm.cloud.google.com", Kind: "Service"}:
case schema.GroupKind{Group: "serviceusage.cnrm.cloud.google.com", Kind: "ServiceIdentity"}:
// ok

default:
Expand Down
3 changes: 2 additions & 1 deletion mockgcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ gen-proto:
./third_party/googleapis/google/cloud/networkservices/v1/*.proto \
./third_party/googleapis/google/cloud/security/privateca/v1/*.proto \
./third_party/googleapis/google/cloud/secretmanager/v1/service.proto \
./third_party/googleapis/google/api/serviceusage/v1/*.proto
./third_party/googleapis/google/api/serviceusage/v1/*.proto \
./third_party/googleapis/google/api/serviceusage/v1beta1/*.proto
Loading

0 comments on commit 5a1d768

Please sign in to comment.