Skip to content

Commit 5b6f4ca

Browse files
fix(k8s): change installer_tags to repeated string with unique validation (#1083)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent a62d149 commit 5b6f4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ class NodeMetadata:
18861886

18871887
repo_uri: str
18881888

1889-
installer_tags: str
1889+
installer_tags: List[str]
18901890

18911891
updater_bin_url: str
18921892

scaleway/scaleway/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ class NodeMetadata:
18861886

18871887
repo_uri: str
18881888

1889-
installer_tags: str
1889+
installer_tags: List[str]
18901890

18911891
updater_bin_url: str
18921892

0 commit comments

Comments
 (0)