Skip to content

Commit

Permalink
Add deploy_targets field to GetLivestateRequest message (#5618)
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
  • Loading branch information
Warashi authored Mar 4, 2025
1 parent e1abe10 commit b72972d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
63 changes: 37 additions & 26 deletions pkg/plugin/api/v1alpha1/livestate/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/plugin/api/v1alpha1/livestate/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ service LivestateService {
message GetLivestateRequest {
string application_id = 1;
grpc.plugin.common.v1alpha1.DeploymentSource deploy_source = 2;
repeated string deploy_targets = 3;
}

message GetLivestateResponse {
Expand Down

0 comments on commit b72972d

Please sign in to comment.