File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages_generated/k8s/src/v1 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -543,6 +543,7 @@ export const unmarshalNodeMetadata = (data: unknown): NodeMetadata => {
543
543
providerId : data . provider_id ,
544
544
repoUri : data . repo_uri ,
545
545
resolvconfPath : data . resolvconf_path ,
546
+ templateArgs : data . template_args ,
546
547
updaterBinPath : data . updater_bin_path ,
547
548
updaterBinUrl : data . updater_bin_url ,
548
549
updaterBinVersion : data . updater_bin_version ,
Original file line number Diff line number Diff line change @@ -1527,6 +1527,7 @@ export interface NodeMetadata {
1527
1527
nodeTaints : NodeMetadataCoreV1Taint [ ]
1528
1528
providerId : string
1529
1529
resolvconfPath : string
1530
+ templateArgs : Record < string , string >
1530
1531
hasGpu : boolean
1531
1532
externalIp : string
1532
1533
repoUri : string
You can’t perform that action at this time.
0 commit comments