Skip to content

Commit

Permalink
feat: added kubeconfig in analyze request input
Browse files Browse the repository at this point in the history
Signed-off-by: lili-wan <[email protected]>
  • Loading branch information
lili-wan authored Oct 15, 2024
1 parent 327bb73 commit 01d6d51
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 01d6d51

Please sign in to comment.