You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/k8s/v1/api.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,9 @@
83
83
84
84
classK8SV1API(API):
85
85
"""
86
-
Kapsule API.
86
+
Kubernetes API.
87
87
88
-
Kapsule API.
88
+
Kubernetes API.
89
89
"""
90
90
91
91
asyncdeflist_clusters(
@@ -240,7 +240,7 @@ async def create_cluster(
240
240
:param ingress: Ingress Controller that will run in the cluster.
241
241
:param pools: Pools to be created along with the cluster.
242
242
: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/).
244
244
:param auto_upgrade: Auto upgrade configuration of the cluster.
245
245
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.
246
246
:param feature_gates: List of feature gates to enable.
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/).
Copy file name to clipboardExpand all lines: scaleway/scaleway/k8s/v1/api.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,9 @@
83
83
84
84
classK8SV1API(API):
85
85
"""
86
-
Kapsule API.
86
+
Kubernetes API.
87
87
88
-
Kapsule API.
88
+
Kubernetes API.
89
89
"""
90
90
91
91
deflist_clusters(
@@ -240,7 +240,7 @@ def create_cluster(
240
240
:param ingress: Ingress Controller that will run in the cluster.
241
241
:param pools: Pools to be created along with the cluster.
242
242
: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/).
244
244
:param auto_upgrade: Auto upgrade configuration of the cluster.
245
245
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.
246
246
:param feature_gates: List of feature gates to enable.
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/).
0 commit comments