File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages_generated/k8s/src/v1 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ export interface Pool {
288288 */
289289 autohealing : boolean
290290 /**
291- * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/ kubernetes/api-cli/managing-tags).
291+ * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
292292 */
293293 tags : string [ ]
294294 /**
@@ -501,7 +501,7 @@ export interface CreateClusterRequestPoolConfig {
501501 */
502502 autohealing : boolean
503503 /**
504- * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/ kubernetes/api-cli/managing-tags).
504+ * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
505505 */
506506 tags : string [ ]
507507 /**
@@ -1086,7 +1086,7 @@ export type CreatePoolRequest = {
10861086 */
10871087 autohealing : boolean
10881088 /**
1089- * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/ kubernetes/api-cli/managing-tags).
1089+ * Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
10901090 */
10911091 tags ?: string [ ]
10921092 /**
You can’t perform that action at this time.
0 commit comments