Skip to content

Commit a2ebac4

Browse files
authored
docs(k8s): fix typos (#518)
1 parent 5378171 commit a2ebac4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class API extends ParentAPI {
113113
enrichForPagination('clusters', this.pageOfListClusters, request)
114114

115115
/**
116-
* Creates a new Kubernetes cluster on a Scaleway account.
116+
* Create a new Kubernetes cluster on a Scaleway account.
117117
*
118118
* @param request - The request {@link CreateClusterRequest}
119119
* @returns A Promise of Cluster
@@ -198,9 +198,9 @@ export class API extends ParentAPI {
198198
)
199199

200200
/**
201-
* Deletes a specific cluster and all its associated pools and nodes. Note
202-
* that this method will not delete any Load Balancers or Block Volumes that
203-
* are associated with the cluster.
201+
* Delete a specific cluster and all its associated pools and nodes. Note that
202+
* this method will not delete any Load Balancers or Block Volumes that are
203+
* associated with the cluster.
204204
*
205205
* @param request - The request {@link DeleteClusterRequest}
206206
* @returns A Promise of Cluster
@@ -222,7 +222,7 @@ export class API extends ParentAPI {
222222
)
223223

224224
/**
225-
* Upgrades a specific Kubernetes cluster and/or its associated pools to a
225+
* Upgrade a specific Kubernetes cluster and/or its associated pools to a
226226
* specific and supported Kubernetes version.
227227
*
228228
* @param request - The request {@link UpgradeClusterRequest}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export interface Cluster {
107107
id: string
108108
/** Type of the cluster. */
109109
type: string
110-
/** Nqme of the cluster. */
110+
/** Name of the cluster. */
111111
name: string
112112
/** Status of the cluster. */
113113
status: ClusterStatus
@@ -733,13 +733,13 @@ export type CreateClusterRequest = {
733733
*/
734734
organizationId?: string
735735
/**
736-
* Poject ID in which the cluster will be created.
736+
* Project ID in which the cluster will be created.
737737
*
738738
* One-of ('projectIdentifier'): at most one of 'organizationId', 'projectId'
739739
* could be set.
740740
*/
741741
projectId?: string
742-
/** The type of the cluster (possible values are kapsule, multicloud). */
742+
/** Type of the cluster (possible values are kapsule, multicloud). */
743743
type: string
744744
/** Name of the cluster. */
745745
name?: string

0 commit comments

Comments
 (0)