Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages_generated/k8s/src/v1/marshalling.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ export const unmarshalNodeMetadata = (data: unknown): NodeMetadata => {
providerId: data.provider_id,
repoUri: data.repo_uri,
resolvconfPath: data.resolvconf_path,
templateArgs: data.template_args,
updaterBinPath: data.updater_bin_path,
updaterBinUrl: data.updater_bin_url,
updaterBinVersion: data.updater_bin_version,
Expand Down
1 change: 1 addition & 0 deletions packages_generated/k8s/src/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,7 @@ export interface NodeMetadata {
nodeTaints: NodeMetadataCoreV1Taint[]
providerId: string
resolvconfPath: string
templateArgs: Record<string, string>
hasGpu: boolean
externalIp: string
repoUri: string
Expand Down
Loading