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 a38963c commit 36fadc9Copy full SHA for 36fadc9
packages_generated/instance/src/v1/content.gen.ts
@@ -69,6 +69,7 @@ export const VOLUME_TRANSIENT_STATUSES: VolumeState[] = [
69
'snapshotting',
70
'fetching',
71
'saving',
72
+ 'attaching',
73
'resizing',
74
'hotsyncing',
75
]
packages_generated/instance/src/v1/types.gen.ts
@@ -126,6 +126,7 @@ export type VolumeState =
126
| 'snapshotting'
127
| 'fetching'
128
| 'saving'
129
+ | 'attaching'
130
| 'resizing'
131
| 'hotsyncing'
132
| 'error'
0 commit comments