Skip to content

Commit

Permalink
Drop netflow ports info (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao authored Oct 8, 2024
1 parent 353c0d5 commit 5b5ace8
Show file tree
Hide file tree
Showing 15 changed files with 641 additions and 647 deletions.
106 changes: 63 additions & 43 deletions api/v1/kube/kube_api.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 api/v1/kube/kube_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ message IPInfo {
string workload_kind = 5;
string workload_uid = 6;
string zone = 7;
string node_name = 8;
}

message GetPodRequest {
Expand All @@ -47,4 +48,5 @@ message Pod {
string workload_name = 2;
string workload_kind = 3;
string zone = 4;
string node_name = 5;
}
22 changes: 6 additions & 16 deletions api/v1/kube/kube_api_grpc.pb.go

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

Loading

0 comments on commit 5b5ace8

Please sign in to comment.