Skip to content

Commit 16d5f00

Browse files
authored
docs(k8s): kubernetes kapsule and kosmos (#161)
1 parent 5460737 commit 16d5f00

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383

8484
class K8SV1API(API):
8585
"""
86-
Kapsule API.
86+
Kubernetes API.
8787
88-
Kapsule API.
88+
Kubernetes API.
8989
"""
9090

9191
async def list_clusters(
@@ -240,7 +240,7 @@ async def create_cluster(
240240
:param ingress: Ingress Controller that will run in the cluster.
241241
:param pools: Pools to be created along with the cluster.
242242
:param autoscaler_config: Autoscaler config for the cluster.
243-
This field allows to specify some configuration for the autoscaler, which is an implementation of the [cluster-autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
243+
This field allows to specify some configuration for the autoscaler, which is an implementation of the cluster-autoscaler (https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
244244
:param auto_upgrade: Auto upgrade configuration of the cluster.
245245
This configuration enables to set a specific 2-hour time window in which the cluster can be automatically updated to the latest patch version in the current minor one.
246246
:param feature_gates: List of feature gates to enable.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ class CreateClusterRequest:
12831283
autoscaler_config: Optional[CreateClusterRequestAutoscalerConfig]
12841284
"""
12851285
Autoscaler config for the cluster.
1286-
This field allows to specify some configuration for the autoscaler, which is an implementation of the [cluster-autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
1286+
This field allows to specify some configuration for the autoscaler, which is an implementation of the cluster-autoscaler (https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
12871287
"""
12881288

12891289
auto_upgrade: Optional[CreateClusterRequestAutoUpgrade]

scaleway/scaleway/k8s/v1/api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383

8484
class K8SV1API(API):
8585
"""
86-
Kapsule API.
86+
Kubernetes API.
8787
88-
Kapsule API.
88+
Kubernetes API.
8989
"""
9090

9191
def list_clusters(
@@ -240,7 +240,7 @@ def create_cluster(
240240
:param ingress: Ingress Controller that will run in the cluster.
241241
:param pools: Pools to be created along with the cluster.
242242
:param autoscaler_config: Autoscaler config for the cluster.
243-
This field allows to specify some configuration for the autoscaler, which is an implementation of the [cluster-autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
243+
This field allows to specify some configuration for the autoscaler, which is an implementation of the cluster-autoscaler (https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
244244
:param auto_upgrade: Auto upgrade configuration of the cluster.
245245
This configuration enables to set a specific 2-hour time window in which the cluster can be automatically updated to the latest patch version in the current minor one.
246246
:param feature_gates: List of feature gates to enable.

scaleway/scaleway/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ class CreateClusterRequest:
12831283
autoscaler_config: Optional[CreateClusterRequestAutoscalerConfig]
12841284
"""
12851285
Autoscaler config for the cluster.
1286-
This field allows to specify some configuration for the autoscaler, which is an implementation of the [cluster-autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
1286+
This field allows to specify some configuration for the autoscaler, which is an implementation of the cluster-autoscaler (https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
12871287
"""
12881288

12891289
auto_upgrade: Optional[CreateClusterRequestAutoUpgrade]

0 commit comments

Comments
 (0)