Skip to content

Commit 1c0452e

Browse files
committed
feat: update generated APIs
1 parent 0420f41 commit 1c0452e

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
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
*/

packages_generated/product_catalog/src/v2alpha1/index.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export type {
99
PublicCatalogProductEnvironmentalImpactEstimation,
1010
PublicCatalogProductLocality,
1111
PublicCatalogProductPrice,
12-
PublicCatalogProductPriceUnitOfMeasure,
13-
PublicCatalogProductPriceUnitOfMeasureCountableUnit,
1412
PublicCatalogProductProperties,
1513
PublicCatalogProductPropertiesAppleSilicon,
1614
PublicCatalogProductPropertiesDedibox,

0 commit comments

Comments
 (0)