Skip to content

Commit 36fadc9

Browse files
authored
fix(instance): expose the attaching state to help the Console team (#2412)
1 parent a38963c commit 36fadc9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages_generated/instance/src/v1/content.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export const VOLUME_TRANSIENT_STATUSES: VolumeState[] = [
6969
'snapshotting',
7070
'fetching',
7171
'saving',
72+
'attaching',
7273
'resizing',
7374
'hotsyncing',
7475
]

packages_generated/instance/src/v1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export type VolumeState =
126126
| 'snapshotting'
127127
| 'fetching'
128128
| 'saving'
129+
| 'attaching'
129130
| 'resizing'
130131
| 'hotsyncing'
131132
| 'error'

0 commit comments

Comments
 (0)