Skip to content

Commit c731da6

Browse files
committed
add status to resourceinfo
Signed-off-by: jkoberg <[email protected]>
1 parent bb7fbfa commit c731da6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cs3/storage/provider/v1beta1/resources.proto

+3
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ message ResourceInfo {
109109
// OPTIONAL.
110110
// StorageSpace where this resource is located.
111111
StorageSpace space = 19;
112+
// OPTIONAL
113+
// Status of the resource
114+
Status string = 20;
112115
}
113116

114117
// CanonicalMetadata contains extra metadata

0 commit comments

Comments
 (0)