Skip to content

Commit b14d240

Browse files
authored
chore(k8s): update links k8s (#1340)
1 parent ce8492d commit b14d240

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

scaleway-async/scaleway_async/k8s/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ async def create_pool(
10701070
:param public_ip_disabled: Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway.
10711071
:param max_size: Defines the maximum size of the pool. Note that this field is only used when autoscaling is enabled on the pool.
10721072
:param container_runtime: Customization of the container runtime is available for each pool.
1073-
:param tags: Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags).
1073+
:param tags: Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
10741074
:param kubelet_args: Kubelet arguments to be used by this pool. Note that this feature is experimental.
10751075
:param upgrade_policy: Pool upgrade policy.
10761076
:param zone: Zone in which the pool's nodes will be spawned.

scaleway-async/scaleway_async/k8s/v1/types.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ class Pool:
397397

398398
tags: list[str]
399399
"""
400-
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags).
400+
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
401401
"""
402402

403403
kubelet_args: dict[str, str]
@@ -631,7 +631,7 @@ class CreateClusterRequestPoolConfig:
631631

632632
tags: list[str]
633633
"""
634-
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags).
634+
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
635635
"""
636636

637637
kubelet_args: dict[str, str]
@@ -1359,7 +1359,7 @@ class CreatePoolRequest:
13591359

13601360
tags: Optional[list[str]] = field(default_factory=list)
13611361
"""
1362-
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags).
1362+
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
13631363
"""
13641364

13651365
kubelet_args: Optional[dict[str, str]] = field(default_factory=dict)

scaleway/scaleway/k8s/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ def create_pool(
10701070
:param public_ip_disabled: Defines if the public IP should be removed from Nodes. To use this feature, your Cluster must have an attached Private Network set up with a Public Gateway.
10711071
:param max_size: Defines the maximum size of the pool. Note that this field is only used when autoscaling is enabled on the pool.
10721072
:param container_runtime: Customization of the container runtime is available for each pool.
1073-
:param tags: Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags).
1073+
:param tags: Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
10741074
:param kubelet_args: Kubelet arguments to be used by this pool. Note that this feature is experimental.
10751075
:param upgrade_policy: Pool upgrade policy.
10761076
:param zone: Zone in which the pool's nodes will be spawned.

scaleway/scaleway/k8s/v1/types.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ class Pool:
397397

398398
tags: list[str]
399399
"""
400-
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags).
400+
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
401401
"""
402402

403403
kubelet_args: dict[str, str]
@@ -631,7 +631,7 @@ class CreateClusterRequestPoolConfig:
631631

632632
tags: list[str]
633633
"""
634-
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags).
634+
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
635635
"""
636636

637637
kubelet_args: dict[str, str]
@@ -1359,7 +1359,7 @@ class CreatePoolRequest:
13591359

13601360
tags: Optional[list[str]] = field(default_factory=list)
13611361
"""
1362-
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/containers/kubernetes/api-cli/managing-tags).
1362+
Tags associated with the pool, see [managing tags](https://www.scaleway.com/en/docs/kubernetes/api-cli/managing-tags).
13631363
"""
13641364

13651365
kubelet_args: Optional[dict[str, str]] = field(default_factory=dict)

0 commit comments

Comments
 (0)