Skip to content

Commit a6947a6

Browse files
authored
feat(k8s): removal of SbsCsiEnabled (scaleway#2541)
1 parent 669daf7 commit a6947a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,9 +1204,6 @@ type Cluster struct {
12041204
// CommitmentEndsAt: date on which it will be possible to switch to a smaller offer.
12051205
CommitmentEndsAt *time.Time `json:"commitment_ends_at"`
12061206

1207-
// Deprecated: SbsCsiEnabled: defines whether the SBS-enabled CSI starting from v0.3 is installed on the cluster.
1208-
SbsCsiEnabled *bool `json:"sbs_csi_enabled,omitempty"`
1209-
12101207
// Deprecated: ACLAvailable: defines whether ACL is available on the cluster.
12111208
ACLAvailable *bool `json:"acl_available,omitempty"`
12121209

0 commit comments

Comments
 (0)