diff --git a/scaleway-async/scaleway_async/k8s/v1/api.py b/scaleway-async/scaleway_async/k8s/v1/api.py index 50f23ff3f..ef99e16bb 100644 --- a/scaleway-async/scaleway_async/k8s/v1/api.py +++ b/scaleway-async/scaleway_async/k8s/v1/api.py @@ -83,9 +83,9 @@ class K8SV1API(API): """ - Kapsule API. + Kubernetes API. - Kapsule API. + Kubernetes API. """ async def list_clusters( @@ -240,7 +240,7 @@ async def create_cluster( :param ingress: Ingress Controller that will run in the cluster. :param pools: Pools to be created along with the cluster. :param autoscaler_config: Autoscaler config for the cluster. - 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/). + 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/). :param auto_upgrade: Auto upgrade configuration of the cluster. 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. :param feature_gates: List of feature gates to enable. diff --git a/scaleway-async/scaleway_async/k8s/v1/types.py b/scaleway-async/scaleway_async/k8s/v1/types.py index 0068ae2c8..8e5c67071 100644 --- a/scaleway-async/scaleway_async/k8s/v1/types.py +++ b/scaleway-async/scaleway_async/k8s/v1/types.py @@ -1283,7 +1283,7 @@ class CreateClusterRequest: autoscaler_config: Optional[CreateClusterRequestAutoscalerConfig] """ Autoscaler config for the cluster. - 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/). + 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/). """ auto_upgrade: Optional[CreateClusterRequestAutoUpgrade] diff --git a/scaleway/scaleway/k8s/v1/api.py b/scaleway/scaleway/k8s/v1/api.py index dd6ec7761..47d7e4c6d 100644 --- a/scaleway/scaleway/k8s/v1/api.py +++ b/scaleway/scaleway/k8s/v1/api.py @@ -83,9 +83,9 @@ class K8SV1API(API): """ - Kapsule API. + Kubernetes API. - Kapsule API. + Kubernetes API. """ def list_clusters( @@ -240,7 +240,7 @@ def create_cluster( :param ingress: Ingress Controller that will run in the cluster. :param pools: Pools to be created along with the cluster. :param autoscaler_config: Autoscaler config for the cluster. - 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/). + 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/). :param auto_upgrade: Auto upgrade configuration of the cluster. 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. :param feature_gates: List of feature gates to enable. diff --git a/scaleway/scaleway/k8s/v1/types.py b/scaleway/scaleway/k8s/v1/types.py index 0068ae2c8..8e5c67071 100644 --- a/scaleway/scaleway/k8s/v1/types.py +++ b/scaleway/scaleway/k8s/v1/types.py @@ -1283,7 +1283,7 @@ class CreateClusterRequest: autoscaler_config: Optional[CreateClusterRequestAutoscalerConfig] """ Autoscaler config for the cluster. - 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/). + 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/). """ auto_upgrade: Optional[CreateClusterRequestAutoUpgrade]