Skip to content

Commit dd058ca

Browse files
authored
add DRAIN strategy (#609)
1 parent 9bee0e8 commit dd058ca

File tree

6 files changed

+699
-585
lines changed

6 files changed

+699
-585
lines changed

rpc/gen/core.pb.go

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

rpc/gen/core.proto

+1
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ message DeployOptions {
395395
FILL = 1;
396396
EACH = 2;
397397
GLOBAL = 3;
398+
DRAINED = 4;
398399
DUMMY = 99;
399400
}
400401
string name = 1001;

0 commit comments

Comments
 (0)