Skip to content

Commit

Permalink
add status to resourceinfo
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <[email protected]>
  • Loading branch information
kobergj committed Dec 8, 2022
1 parent bb7fbfa commit c731da6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cs3/storage/provider/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ message ResourceInfo {
// OPTIONAL.
// StorageSpace where this resource is located.
StorageSpace space = 19;
// OPTIONAL
// Status of the resource
Status string = 20;
}

// CanonicalMetadata contains extra metadata
Expand Down

0 comments on commit c731da6

Please sign in to comment.