Skip to content

Commit dcd8ab1

Browse files
authored
docs(k8s): minor adjustments (#630)
1 parent ac5d9da commit dcd8ab1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/clients/src/api/k8s/v1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const jsonContentHeaders = {
7373
'Content-Type': 'application/json; charset=utf-8',
7474
}
7575

76-
/** Kapsule API. */
76+
/** Kubernetes API. */
7777
export class API extends ParentAPI {
7878
/** Lists the available regions of the API. */
7979
public static readonly LOCALITIES: Region[] = ['fr-par', 'nl-ams', 'pl-waw']

packages/clients/src/api/k8s/v1/types.gen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)