Skip to content

Commit 54d6d15

Browse files
authored
feat(block): add volume updating status (#1288)
1 parent 5faf63c commit 54d6d15

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/clients/src/api/block/v1alpha1/content.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ export const VOLUME_TRANSIENT_STATUSES: VolumeStatus[] = [
2121
'deleting',
2222
'resizing',
2323
'snapshotting',
24+
'updating',
2425
]

packages/clients/src/api/block/v1alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export type VolumeStatus =
5252
| 'error'
5353
| 'snapshotting'
5454
| 'locked'
55+
| 'updating'
5556

5657
export interface Reference {
5758
/** UUID of the reference. */

0 commit comments

Comments
 (0)