Skip to content

Commit

Permalink
Fill missing netflow source zone (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed May 27, 2024
1 parent 1ad9694 commit 9292dc0
Show file tree
Hide file tree
Showing 13 changed files with 254 additions and 147 deletions.
93 changes: 32 additions & 61 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.

11 changes: 4 additions & 7 deletions api/v1/kube/kube_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ message GetClusterInfoResponse {
}

message GetIPInfoRequest {
string ip = 1;
bytes ip = 1;
}

message GetIPInfoResponse {
Expand All @@ -43,10 +43,7 @@ message GetPodResponse {
}

message Pod {
string uid = 1;
string namespace = 2;
string name = 3;
string workload_name = 4;
string workload_kind = 5;
string zone = 6;
string workload_name = 1;
string workload_kind = 2;
string zone = 3;
}
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.

5 changes: 2 additions & 3 deletions api/v1/runtime/common.pb.go

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

6 changes: 2 additions & 4 deletions api/v1/runtime/runtime_agent_api.pb.go

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

Loading

0 comments on commit 9292dc0

Please sign in to comment.