File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
packages_generated/k8s/src/v1 Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments