Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1282 from jingyih/mockgcp_vert…
Browse files Browse the repository at this point in the history
…ex_ai_dataset

mockgcp: support VertexAIDataset
  • Loading branch information
google-oss-prow[bot] authored Apr 21, 2024
2 parents ad7c657 + 9255154 commit 0103a82
Show file tree
Hide file tree
Showing 16 changed files with 10,573 additions and 0 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 @@ -603,6 +603,7 @@ func MaybeSkip(t *testing.T, name string, resources []*unstructured.Unstructured
case schema.GroupKind{Group: "tags.cnrm.cloud.google.com", Kind: "TagsTagKey"}:
case schema.GroupKind{Group: "tags.cnrm.cloud.google.com", Kind: "TagsTagValue"}:

case schema.GroupKind{Group: "vertexai.cnrm.cloud.google.com", Kind: "VertexAIDataset"}:
case schema.GroupKind{Group: "vertexai.cnrm.cloud.google.com", Kind: "VertexAITensorboard"}:

default:
Expand Down
6 changes: 6 additions & 0 deletions mockgcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ gen-proto:
./third_party/googleapis/mockgcp/devtools/artifactregistry/v1/*.proto \
./third_party/googleapis/mockgcp/iam/admin/v1/*.proto \
./third_party/googleapis/mockgcp/logging/v2/*.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/annotation*.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/data_item.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/dataset*.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/encryption_spec.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/io.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/operation.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/saved_query.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/tensorboard*.proto \
./third_party/googleapis/mockgcp/cloud/alloydb/v1beta/*.proto \
./third_party/googleapis/mockgcp/cloud/aiplatform/v1beta1/user_action_reference.proto \
./third_party/googleapis/mockgcp/cloud/billing/v1/*.proto \
./third_party/googleapis/mockgcp/cloud/certificatemanager/v1/*.proto \
./third_party/googleapis/mockgcp/cloud/common/*.proto \
Expand Down
335 changes: 335 additions & 0 deletions mockgcp/generated/mockgcp/cloud/aiplatform/v1beta1/annotation.pb.go

Large diffs are not rendered by default.

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

Loading

0 comments on commit 0103a82

Please sign in to comment.