Skip to content

Commit

Permalink
Merge pull request #2806 from rchikatw/removedepricated
Browse files Browse the repository at this point in the history
proto: remove depricated label
  • Loading branch information
openshift-merge-bot[bot] authored Sep 17, 2024
2 parents db995ca + 741b9d6 commit 6b6faa8
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 6b6faa8

Please sign in to comment.