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 Sep 27, 2023
1 parent cfd1ad2 commit 94ff03b
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 94ff03b

Please sign in to comment.