Skip to content

Commit

Permalink
♻️ Add noise to vector when update/upsert and update crd
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Jul 11, 2023
1 parent 66e50f0 commit 021c510
Show file tree
Hide file tree
Showing 19 changed files with 2,143 additions and 46 deletions.
6 changes: 3 additions & 3 deletions apis/proto/v1/benchmark/benchmark.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ package benchmark.v1;

option go_package = "github.com/vdaas/vald/apis/grpc/v1/benchmark";
option java_multiple_files = true;
option java_package = "org.vdaas.vald.api.v1.benchmark";
option java_outer_classname = "Benchmark";
option java_package = "org.vdaas.vald.api.v1.benchmark";

service Controller {
// TODO define API spec here
// TODO define API spec here
}

service Job {
// TODO define API spec here
// TODO define API spec here
}
438 changes: 438 additions & 0 deletions charts/vald-benchmark-operator/crds/valdbenchmarkjob.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 021c510

Please sign in to comment.