From 1e42f0b462ac799b5ffd752d6cd329bfb5bad63c Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Mon, 8 Aug 2022 15:54:16 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/k8s/v1/types.gen.ts | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/packages/clients/src/api/k8s/v1/types.gen.ts b/packages/clients/src/api/k8s/v1/types.gen.ts index 4a3114426..3b9cdc9e0 100644 --- a/packages/clients/src/api/k8s/v1/types.gen.ts +++ b/packages/clients/src/api/k8s/v1/types.gen.ts @@ -334,7 +334,10 @@ export interface CreateClusterRequestOpenIDConnectConfig { export interface CreateClusterRequestPoolConfig { /** The name of the pool */ name: string - /** The node type is the type of Scaleway Instance wanted for the pool */ + /** + * The node type is the type of Scaleway Instance wanted for the pool, nodes + * with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST) + */ nodeType: string /** The placement group ID in which all the nodes of the pool will be created */ placementGroupId?: string @@ -493,7 +496,10 @@ export interface Pool { status: PoolStatus /** The version of the pool */ version: string - /** The node type is the type of Scaleway Instance wanted for the pool */ + /** + * The node type is the type of Scaleway Instance wanted for the pool, nodes + * with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST) + */ nodeType: string /** The enablement of the autoscaling feature for the pool */ autoscaling: boolean @@ -862,7 +868,10 @@ export type CreatePoolRequest = { clusterId: string /** The name of the pool */ name?: string - /** The node type is the type of Scaleway Instance wanted for the pool */ + /** + * The node type is the type of Scaleway Instance wanted for the pool, nodes + * with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST) + */ nodeType: string /** The placement group ID in which all the nodes of the pool will be created */ placementGroupId?: string