Skip to content

Commit

Permalink
add DRAIN strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyang0 committed Sep 6, 2023
1 parent 9bee0e8 commit 99bbfed
Show file tree
Hide file tree
Showing 6 changed files with 699 additions and 585 deletions.
1,030 changes: 517 additions & 513 deletions rpc/gen/core.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions rpc/gen/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ message DeployOptions {
FILL = 1;
EACH = 2;
GLOBAL = 3;
DRAINED = 4;
DUMMY = 99;
}
string name = 1001;
Expand Down
Loading

0 comments on commit 99bbfed

Please sign in to comment.