Skip to content

Commit 94ff03b

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

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)