Skip to content

Commit 41466e1

Browse files
feat(k8s): remove support for sbsCsiEnabled (#2066)
Co-authored-by: Rémy Léone <[email protected]>
1 parent d9e79e7 commit 41466e1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages_generated/k8s/src/v1/marshalling.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ export const unmarshalCluster = (data: unknown): Cluster => {
230230
privateNetworkId: data.private_network_id,
231231
projectId: data.project_id,
232232
region: data.region,
233-
sbsCsiEnabled: data.sbs_csi_enabled,
234233
status: data.status,
235234
tags: data.tags,
236235
type: data.type,

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -710,10 +710,6 @@ export interface Cluster {
710710
* Date on which it will be possible to switch to a smaller offer.
711711
*/
712712
commitmentEndsAt?: Date
713-
/**
714-
* @deprecated Defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
715-
*/
716-
sbsCsiEnabled?: boolean
717713
/**
718714
* @deprecated Defines whether ACL is available on the cluster.
719715
*/

0 commit comments

Comments
 (0)