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 12d9c64 commit a4719d8Copy full SHA for a4719d8
packages/clients/src/api/k8s/v1/types.gen.ts
@@ -98,7 +98,12 @@ export type PoolStatus =
98
| 'locked'
99
| 'upgrading'
100
101
-export type PoolVolumeType = 'default_volume_type' | 'l_ssd' | 'b_ssd'
+export type PoolVolumeType =
102
+ | 'default_volume_type'
103
+ | 'l_ssd'
104
+ | 'b_ssd'
105
+ | 'sbs_5k'
106
+ | 'sbs_15k'
107
108
export type Runtime = 'unknown_runtime' | 'docker' | 'containerd' | 'crio'
109
0 commit comments