Skip to content

Commit

Permalink
Update server_analyzer_service.proto
Browse files Browse the repository at this point in the history
Added kubeconfig to the AnalyzeRequest to support API case

Signed-off-by: lili-wan <[email protected]>
  • Loading branch information
lili-wan authored Oct 11, 2024
1 parent 327bb73 commit f586a40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protobuf/schema/v1/server_analyzer_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ message AnalyzeRequest {
string output = 8;
repeated string filters = 9;
string label_selector = 10;
string kubeconfig = 11;
}

message SensitiveData {
Expand Down Expand Up @@ -63,4 +64,4 @@ service ServerAnalyzerService {
body: "*"
};
}
};
};

0 comments on commit f586a40

Please sign in to comment.