Skip to content

Commit

Permalink
Fix linting issues in gitopssets proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
ranatrk authored and foot committed Nov 13, 2023
1 parent 96814c7 commit bd63ef7
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 164 deletions.
6 changes: 3 additions & 3 deletions api/gitopssets/gitopssets.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ service GitOpsSets {
message GetInventoryRequest {
string name = 1;
string namespace = 2;
string clusterName = 3;
bool withChildren = 4;
string cluster_name = 3;
bool with_children = 4;
}

message GetInventoryResponse {
Expand All @@ -104,7 +104,7 @@ message HealthStatus {
message InventoryEntry {
string payload = 1;
string tenant = 2;
string clusterName = 3;
string cluster_name = 3;
HealthStatus health = 4;
repeated InventoryEntry children = 5;
}
Expand Down
Loading

0 comments on commit bd63ef7

Please sign in to comment.