There was an error while loading. Please reload this page.
1 parent aa362f6 commit 84e93b7Copy full SHA for 84e93b7
api/block/v1alpha1/block_sdk.go
@@ -332,7 +332,7 @@ type Reference struct {
332
// Default value: unknown_type
333
Type ReferenceType `json:"type"`
334
335
-// Status: status of reference (attaching, attached, detaching).
+// Status: status of the reference. Statuses include `attaching`, `attached`, and `detaching`.
336
// Default value: unknown_status
337
Status ReferenceStatus `json:"status"`
338
}
0 commit comments