Skip to content

Commit

Permalink
Add Mock for GKEhubmembership
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyue-101 committed Jun 10, 2024
1 parent 623ad12 commit 0ab6cb6
Show file tree
Hide file tree
Showing 10 changed files with 5,514 additions and 7 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 @@ -636,6 +636,7 @@ func MaybeSkip(t *testing.T, name string, resources []*unstructured.Unstructured
case schema.GroupKind{Group: "bigquery.cnrm.cloud.google.com", Kind: "BigQueryDataset"}:

case schema.GroupKind{Group: "gkehub.cnrm.cloud.google.com", Kind: "GKEHubFeature"}:
case schema.GroupKind{Group: "gkehub.cnrm.cloud.google.com", Kind: "GKEHubMembership"}:

case schema.GroupKind{Group: "cloudbuild.cnrm.cloud.google.com", Kind: "CloudBuildWorkerPool"}:

Expand Down
2 changes: 2 additions & 0 deletions mockgcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ gen-proto: generate-protos-from-openapi
./third_party/googleapis/mockgcp/cloud/gkehub/v1beta/configmanagement/*.proto \
./third_party/googleapis/mockgcp/cloud/gkehub/v1beta/metering/*.proto \
./third_party/googleapis/mockgcp/cloud/gkehub/v1beta/multiclusteringress/*.proto \
./third_party/googleapis/mockgcp/cloud/gkehub/v1beta1/membership.proto \
./third_party/googleapis/mockgrafeas/v1/*.proto


.PHONY: generate-protos-from-openapi
generate-protos-from-openapi:
Expand Down
Loading

0 comments on commit 0ab6cb6

Please sign in to comment.