Skip to content

Commit d1e745a

Browse files
authored
feat(k8s): add template_args field to NodeMetadata (#2414)
1 parent 36fadc9 commit d1e745a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ export const unmarshalNodeMetadata = (data: unknown): NodeMetadata => {
543543
providerId: data.provider_id,
544544
repoUri: data.repo_uri,
545545
resolvconfPath: data.resolvconf_path,
546+
templateArgs: data.template_args,
546547
updaterBinPath: data.updater_bin_path,
547548
updaterBinUrl: data.updater_bin_url,
548549
updaterBinVersion: data.updater_bin_version,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,6 +1527,7 @@ export interface NodeMetadata {
15271527
nodeTaints: NodeMetadataCoreV1Taint[]
15281528
providerId: string
15291529
resolvconfPath: string
1530+
templateArgs: Record<string, string>
15301531
hasGpu: boolean
15311532
externalIp: string
15321533
repoUri: string

0 commit comments

Comments
 (0)