diff --git a/protobuf/schema/v1/server_analyzer_service.proto b/protobuf/schema/v1/server_analyzer_service.proto index 5b4eaf5..09aadff 100644 --- a/protobuf/schema/v1/server_analyzer_service.proto +++ b/protobuf/schema/v1/server_analyzer_service.proto @@ -18,6 +18,7 @@ message AnalyzeRequest { string output = 8; repeated string filters = 9; string label_selector = 10; + string kubeconfig = 11; } message SensitiveData { @@ -63,4 +64,4 @@ service ServerAnalyzerService { body: "*" }; } -}; \ No newline at end of file +};