Skip to content

Commit

Permalink
feat(k8s): add repo_uri field to NodeMetadata (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 22, 2024
1 parent 8feafeb commit e059a31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/k8s/v1/k8s_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1964,6 +1964,8 @@ type NodeMetadata struct {
HasGpu bool `json:"has_gpu"`

ExternalIP string `json:"external_ip"`

RepoURI string `json:"repo_uri"`
}

// RebootNodeRequest: reboot node request.
Expand Down

0 comments on commit e059a31

Please sign in to comment.