We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8334d commit 6678f97Copy full SHA for 6678f97
api/block/v1alpha1/block_sdk.go
@@ -124,8 +124,8 @@ const (
124
ReferenceStatusDetaching = ReferenceStatus("detaching")
125
// When the reference is detached from a volume - the reference ceases to exist.
126
ReferenceStatusDetached = ReferenceStatus("detached")
127
- // Reference undergoing snapshotting operation (transient).
128
- ReferenceStatusSnapshotting = ReferenceStatus("snapshotting")
+ // Reference under creation which can be rolled back if an error occurs (transient).
+ ReferenceStatusCreating = ReferenceStatus("creating")
129
// Error status.
130
ReferenceStatusError = ReferenceStatus("error")
131
)
0 commit comments