Skip to content

Commit 7dbc7b1

Browse files
scaleway-botyfodil
andauthored
feat(k8s): add repo_uri field to NodeMetadata (#1600)
Co-authored-by: Yacine Fodil <105779815+yfodil@users.noreply.github.com>
1 parent c254b81 commit 7dbc7b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/clients/src/api/k8s/v1/marshalling.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ export const unmarshalNodeMetadata = (data: unknown): NodeMetadata => {
535535
),
536536
poolVersion: data.pool_version,
537537
privateNetworkMode: data.private_network_mode,
538+
repoUri: data.repo_uri,
538539
} as NodeMetadata
539540
}
540541

packages/clients/src/api/k8s/v1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,7 @@ export interface NodeMetadata {
12571257
fullIsolation: boolean
12581258
hasGpu: boolean
12591259
externalIp: string
1260+
repoUri: string
12601261
}
12611262

12621263
export type RebootNodeRequest = {

0 commit comments

Comments
 (0)