Skip to content

Commit e059a31

Browse files
authored
feat(k8s): add repo_uri field to NodeMetadata (scaleway#2327)
1 parent 8feafeb commit e059a31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,8 @@ type NodeMetadata struct {
19641964
HasGpu bool `json:"has_gpu"`
19651965

19661966
ExternalIP string `json:"external_ip"`
1967+
1968+
RepoURI string `json:"repo_uri"`
19671969
}
19681970

19691971
// RebootNodeRequest: reboot node request.

0 commit comments

Comments
 (0)