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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 90946bf commit d191413
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
@@ -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 {
Loading

0 comments on commit d191413

Please sign in to comment.