Skip to content

Commit

Permalink
Update provider.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
raaizik committed Mar 21, 2024
1 parent 0257a08 commit fd072b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/provider/proto/provider.proto
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ message ReportStatusRequest{
string storageConsumerUUID = 1;
string clientPlatformVersion = 2;
string clientOperatorVersion = 3;
// clusterID is the id of the openshift cluster
string clusterID = 4;
// NamespacedName is the name and namespace of the StorageClient
string NamespacedName = 5;
// clusterID is the id of the openshift cluster
string clusterID = 4;
// NamespacedName is the name and namespace of the StorageClient
string NamespacedName = 5;
}

message ReportStatusResponse{
Expand Down

0 comments on commit fd072b4

Please sign in to comment.