Skip to content

Commit

Permalink
proto: remove depricated label
Browse files Browse the repository at this point in the history
Signed-off-by: rchikatw <rchikatw@redhat.com>
  • Loading branch information
rchikatw committed Sep 17, 2024
1 parent db995ca commit 741b9d6
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 122 deletions.
116 changes: 56 additions & 60 deletions services/provider/api/provider.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions services/provider/proto/provider.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ message ReportStatusRequest{
}

message ReportStatusResponse{
// DEPRECATED: Contains subscription channel of provider operator for client operator to match
string desiredClientOperatorChannel = 1 [deprecated = true];
string desiredClientOperatorChannel = 1;
// Contains hash of desired config
string desiredConfigHash = 2;

Expand Down
Loading

0 comments on commit 741b9d6

Please sign in to comment.