Skip to content

Commit d2955f2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages_generated/k8s/src/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ export interface NodeMetadata {
15051505
hasGpu: boolean
15061506
externalIp: string
15071507
repoUri: string
1508-
installerTags: string
1508+
installerTags: string[]
15091509
updaterBinUrl: string
15101510
updaterBinVersion: string
15111511
updaterBinPath: string

0 commit comments

Comments
 (0)