Skip to content

Commit

Permalink
feat(isolate_proto): introduce RegisterApplicationRequest.scale field (
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Oct 18, 2024
1 parent 90946bf commit d191413
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 58 deletions.
1 change: 1 addition & 0 deletions projects/isolate_proto/src/isolate_proto/controller.proto
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ message RegisterApplicationRequest {
optional google.protobuf.Struct metadata = 8;
// Deployment strategy
optional DeploymentStrategy deployment_strategy = 9;
optional bool scale = 10;
}

message RegisterApplicationResultType {
Expand Down
Loading

0 comments on commit d191413

Please sign in to comment.