From b34a683ff4720c002ece272fbe83564bf0952fdc Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 29 Oct 2025 15:43:32 +0000 Subject: [PATCH] feat: update generated APIs --- packages_generated/k8s/src/v1/types.gen.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages_generated/k8s/src/v1/types.gen.ts b/packages_generated/k8s/src/v1/types.gen.ts index a0394a55d..fd3eb100d 100644 --- a/packages_generated/k8s/src/v1/types.gen.ts +++ b/packages_generated/k8s/src/v1/types.gen.ts @@ -288,7 +288,7 @@ export interface Pool { */ autohealing: boolean /** - * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags). + * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags). */ tags: string[] /** @@ -501,7 +501,7 @@ export interface CreateClusterRequestPoolConfig { */ autohealing: boolean /** - * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags). + * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags). */ tags: string[] /** @@ -1086,7 +1086,7 @@ export type CreatePoolRequest = { */ autohealing: boolean /** - * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags). + * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags). */ tags?: string[] /**