Skip to content

Commit ae5f284

Browse files
Merge pull request GoogleCloudPlatform#3641 from xiaoweim/mock-vertexai-metadatastore
Add mock for vertex ai metadatastore
2 parents 5d4ddb6 + d6a9ad6 commit ae5f284

23 files changed

+14117
-0
lines changed

config/tests/samples/create/harness.go

+1
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ func MaybeSkip(t *testing.T, name string, resources []*unstructured.Unstructured
909909
case schema.GroupKind{Group: "vertexai.cnrm.cloud.google.com", Kind: "VertexAIDataset"}:
910910
case schema.GroupKind{Group: "vertexai.cnrm.cloud.google.com", Kind: "VertexAITensorboard"}:
911911
case schema.GroupKind{Group: "vertexai.cnrm.cloud.google.com", Kind: "VertexAIEndpoint"}:
912+
case schema.GroupKind{Group: "vertexai.cnrm.cloud.google.com", Kind: "VertexAIMetadataStore"}:
912913

913914
case schema.GroupKind{Group: "vpcaccess.cnrm.cloud.google.com", Kind: "VPCAccessConnector"}:
914915

mockgcp/Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ gen-proto-no-fixup:
6161
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/dataset*.proto \
6262
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/encryption_spec.proto \
6363
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/api_auth.proto \
64+
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/artifact.proto \
65+
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/lineage_subgraph.proto \
66+
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/context.proto \
67+
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/execution.proto \
68+
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/event.proto \
69+
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/metadata*.proto \
6470
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/io.proto \
6571
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/operation.proto \
6672
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/saved_query.proto \

mockgcp/generated/mockgcp/cloud/aiplatform/v1beta1/artifact.pb.go

+421
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mockgcp/generated/mockgcp/cloud/aiplatform/v1beta1/context.pb.go

+345
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mockgcp/generated/mockgcp/cloud/aiplatform/v1beta1/event.pb.go

+318
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)