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 => {
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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments