Skip to content

Commit a4719d8

Browse files
committed
feat: update generated APIs
1 parent 12d9c64 commit a4719d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/clients/src/api/k8s/v1/types.gen.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@ export type PoolStatus =
9898
| 'locked'
9999
| 'upgrading'
100100

101-
export type PoolVolumeType = 'default_volume_type' | 'l_ssd' | 'b_ssd'
101+
export type PoolVolumeType =
102+
| 'default_volume_type'
103+
| 'l_ssd'
104+
| 'b_ssd'
105+
| 'sbs_5k'
106+
| 'sbs_15k'
102107

103108
export type Runtime = 'unknown_runtime' | 'docker' | 'containerd' | 'crio'
104109

0 commit comments

Comments
 (0)