Skip to content

Commit

Permalink
add podname to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB committed Sep 13, 2024
1 parent 88a7d10 commit 992b491
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 28 deletions.
76 changes: 48 additions & 28 deletions proto/gen/proto/v1alpha/proxy.pb.go

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

2 changes: 2 additions & 0 deletions proto/v1alpha/proxy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@ message SendToProxyResponse {
message ClientMetadata {
string cluster_id = 1;
optional string organization_id = 2;
string namespace = 3;
string pod_name = 4;
}

0 comments on commit 992b491

Please sign in to comment.