Skip to content

Commit fb4885d

Browse files
authored
feat(k8s): add template_args field to NodeMetadata (scaleway#2729)
1 parent 4f030ee commit fb4885d

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
@@ -2020,6 +2020,8 @@ type NodeMetadata struct {
20202020

20212021
ResolvconfPath string `json:"resolvconf_path"`
20222022

2023+
TemplateArgs map[string]string `json:"template_args"`
2024+
20232025
HasGpu bool `json:"has_gpu"`
20242026

20252027
ExternalIP string `json:"external_ip"`

0 commit comments

Comments
 (0)