Skip to content

Commit a9fb14f

Browse files
authored
chore(k8s): update links k8s (#2544)
1 parent 8680bb4 commit a9fb14f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)