File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/clients/src/api/k8s/v1 Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ const jsonContentHeaders = {
7373 'Content-Type' : 'application/json; charset=utf-8' ,
7474}
7575
76- /** Kapsule API. */
76+ /** Kubernetes API. */
7777export class API extends ParentAPI {
7878 /** Lists the available regions of the API. */
7979 public static readonly LOCALITIES : Region [ ] = [ 'fr-par' , 'nl-ams' , 'pl-waw' ]
Original file line number Diff line number Diff line change @@ -782,7 +782,8 @@ export type CreateClusterRequest = {
782782 /**
783783 * Autoscaler config for the cluster. This field allows to specify some
784784 * configuration for the autoscaler, which is an implementation of the
785- * [cluster-autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
785+ * cluster-autoscaler
786+ * (https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
786787 */
787788 autoscalerConfig ?: CreateClusterRequestAutoscalerConfig
788789 /**
You can’t perform that action at this time.
0 commit comments