Skip to content

Commit 9346e6e

Browse files
committed
feat: update generated APIs
1 parent 2513104 commit 9346e6e

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ export const unmarshalNodeMetadata = (data: unknown): NodeMetadata => {
528528
externalIp: data.external_ip,
529529
hasGpu: data.has_gpu,
530530
id: data.id,
531+
installerTags: data.installer_tags,
531532
kubeletConfig: data.kubelet_config,
532533
name: data.name,
533534
nodeLabels: data.node_labels,
@@ -536,7 +537,12 @@ export const unmarshalNodeMetadata = (data: unknown): NodeMetadata => {
536537
unmarshalNodeMetadataCoreV1Taint,
537538
),
538539
poolVersion: data.pool_version,
540+
providerId: data.provider_id,
539541
repoUri: data.repo_uri,
542+
resolvconfPath: data.resolvconf_path,
543+
updaterBinPath: data.updater_bin_path,
544+
updaterBinUrl: data.updater_bin_url,
545+
updaterBinVersion: data.updater_bin_version,
540546
} as NodeMetadata
541547
}
542548

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,9 +1500,15 @@ export interface NodeMetadata {
15001500
kubeletConfig: string
15011501
nodeLabels: Record<string, string>
15021502
nodeTaints: NodeMetadataCoreV1Taint[]
1503+
providerId: string
1504+
resolvconfPath: string
15031505
hasGpu: boolean
15041506
externalIp: string
15051507
repoUri: string
1508+
installerTags: string[]
1509+
updaterBinUrl: string
1510+
updaterBinVersion: string
1511+
updaterBinPath: string
15061512
}
15071513

15081514
export type RebootNodeRequest = {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export type {
1212
PublicCatalogProductPrice,
1313
PublicCatalogProductProperties,
1414
PublicCatalogProductPropertiesAppleSilicon,
15+
PublicCatalogProductPropertiesBlockStorage,
1516
PublicCatalogProductPropertiesDedibox,
1617
PublicCatalogProductPropertiesElasticMetal,
1718
PublicCatalogProductPropertiesHardware,

0 commit comments

Comments
 (0)