Skip to content

Commit

Permalink
add full test case for regional forwarding rule and servicedirectory
Browse files Browse the repository at this point in the history
mock
  • Loading branch information
gemmahou committed Sep 19, 2024
1 parent 0432fc9 commit d3d4707
Show file tree
Hide file tree
Showing 27 changed files with 9,690 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/tests/samples/create/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,9 @@ func MaybeSkip(t *testing.T, name string, resources []*unstructured.Unstructured
case schema.GroupKind{Group: "secretmanager.cnrm.cloud.google.com", Kind: "SecretManagerSecret"}:
case schema.GroupKind{Group: "secretmanager.cnrm.cloud.google.com", Kind: "SecretManagerSecretVersion"}:

case schema.GroupKind{Group: "servicedirectory.cnrm.cloud.google.com", Kind: "ServiceDirectoryNamespace"}:
case schema.GroupKind{Group: "servicedirectory.cnrm.cloud.google.com", Kind: "ServiceDirectoryService"}:

case schema.GroupKind{Group: "servicenetworking.cnrm.cloud.google.com", Kind: "ServiceNetworkingConnection"}:

case schema.GroupKind{Group: "serviceusage.cnrm.cloud.google.com", Kind: "Service"}:
Expand Down
1 change: 1 addition & 0 deletions mockgcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ gen-proto-no-fixup:
./third_party/googleapis/mockgcp/cloud/resourcemanager/v3/*.proto \
./third_party/googleapis/mockgcp/cloud/secretmanager/v1/*.proto \
./third_party/googleapis/mockgcp/cloud/security/privateca/v1/*.proto \
./third_party/googleapis/mockgcp/cloud/servicedirectory/v1beta1/*.proto \
./third_party/googleapis/mockgcp/cloud/sql/v1beta4/*.proto \
./third_party/googleapis/mockgcp/container/v1beta1/*.proto \
./third_party/googleapis/mockgcp/dataflow/v1beta3/*.proto \
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3d4707

Please sign in to comment.