Skip to content

Commit 14bd940

Browse files
fix(k8s): change installer_tags to repeated string with unique validation (#2627)
Co-authored-by: Jonathan R. <[email protected]>
1 parent ff66757 commit 14bd940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ type NodeMetadata struct {
20052005

20062006
RepoURI string `json:"repo_uri"`
20072007

2008-
InstallerTags string `json:"installer_tags"`
2008+
InstallerTags []string `json:"installer_tags"`
20092009

20102010
UpdaterBinURL string `json:"updater_bin_url"`
20112011

0 commit comments

Comments
 (0)