Skip to content

Commit

Permalink
feat(k8s): add repo_uri field to NodeMetadata (scaleway#1600)
Browse files Browse the repository at this point in the history
Co-authored-by: Yacine Fodil <[email protected]>
  • Loading branch information
scaleway-bot and yfodil authored Nov 25, 2024
1 parent c254b81 commit 7dbc7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/clients/src/api/k8s/v1/marshalling.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ export const unmarshalNodeMetadata = (data: unknown): NodeMetadata => {
),
poolVersion: data.pool_version,
privateNetworkMode: data.private_network_mode,
repoUri: data.repo_uri,
} as NodeMetadata
}

Expand Down
1 change: 1 addition & 0 deletions packages/clients/src/api/k8s/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ export interface NodeMetadata {
fullIsolation: boolean
hasGpu: boolean
externalIp: string
repoUri: string
}

export type RebootNodeRequest = {
Expand Down

0 comments on commit 7dbc7b1

Please sign in to comment.