File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
product_catalog/src/v2alpha1 Expand file tree Collapse file tree 3 files changed +0
-7
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 */
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ export type {
99 PublicCatalogProductEnvironmentalImpactEstimation ,
1010 PublicCatalogProductLocality ,
1111 PublicCatalogProductPrice ,
12- PublicCatalogProductPriceUnitOfMeasure ,
13- PublicCatalogProductPriceUnitOfMeasureCountableUnit ,
1412 PublicCatalogProductProperties ,
1513 PublicCatalogProductPropertiesAppleSilicon ,
1614 PublicCatalogProductPropertiesDedibox ,
You can’t perform that action at this time.
0 commit comments