Skip to content

Commit

Permalink
feat: support label_selector
Browse files Browse the repository at this point in the history
Signed-off-by: JuHyung-Son <[email protected]>
  • Loading branch information
JuHyung-Son committed Jul 16, 2024
1 parent 826ec6b commit 469febb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions protobuf/schema/v1/server-service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ option go_package = "schema/service/v1";
message AnalyzeRequest {
string backend = 1;
string namespace = 2;
string label_selector = 3;
bool explain = 4;
bool anonymize = 5;
bool nocache = 6;
string language = 7;
int32 max_concurrency = 8;
string output = 9;
repeated string filters = 10;
bool explain = 3;
bool anonymize = 4;
bool nocache = 5;
string language = 6;
int32 max_concurrency = 7;
string output = 8;
repeated string filters = 9;
string label_selector = 10;
}

message SensitiveData {
Expand Down

0 comments on commit 469febb

Please sign in to comment.