@@ -866,7 +866,7 @@ type Pool struct {
866866 // Autohealing: defines whether the autohealing feature is enabled for the pool.
867867 Autohealing bool `json:"autohealing"`
868868
869- // Tags: tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/ kubernetes/api-cli/managing-tags).
869+ // Tags: tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
870870 Tags []string `json:"tags"`
871871
872872 // PlacementGroupID: placement group ID in which all the nodes of the pool will be created, placement groups are limited to 20 instances.
@@ -1033,7 +1033,7 @@ type CreateClusterRequestPoolConfig struct {
10331033 // Autohealing: defines whether the autohealing feature is enabled for the pool.
10341034 Autohealing bool `json:"autohealing"`
10351035
1036- // Tags: tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/ kubernetes/api-cli/managing-tags).
1036+ // Tags: tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
10371037 Tags []string `json:"tags"`
10381038
10391039 // KubeletArgs: kubelet arguments to be used by this pool. Note that this feature is experimental.
@@ -1508,7 +1508,7 @@ type CreatePoolRequest struct {
15081508 // Autohealing: defines whether the autohealing feature is enabled for the pool.
15091509 Autohealing bool `json:"autohealing"`
15101510
1511- // Tags: tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/ kubernetes/api-cli/managing-tags).
1511+ // Tags: tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
15121512 Tags []string `json:"tags"`
15131513
15141514 // KubeletArgs: kubelet arguments to be used by this pool. Note that this feature is experimental.
0 commit comments