diff --git a/scaleway-async/scaleway_async/k8s/v1/types.py b/scaleway-async/scaleway_async/k8s/v1/types.py index 2bd6c51b9..3fd4adef2 100644 --- a/scaleway-async/scaleway_async/k8s/v1/types.py +++ b/scaleway-async/scaleway_async/k8s/v1/types.py @@ -1886,7 +1886,7 @@ class NodeMetadata: repo_uri: str - installer_tags: str + installer_tags: List[str] updater_bin_url: str diff --git a/scaleway/scaleway/k8s/v1/types.py b/scaleway/scaleway/k8s/v1/types.py index 2bd6c51b9..3fd4adef2 100644 --- a/scaleway/scaleway/k8s/v1/types.py +++ b/scaleway/scaleway/k8s/v1/types.py @@ -1886,7 +1886,7 @@ class NodeMetadata: repo_uri: str - installer_tags: str + installer_tags: List[str] updater_bin_url: str