From 4293cfaa86a389c2b60d5210918d9477f9df5fb9 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 28 Mar 2023 15:00:24 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/k8s/v1/types.gen.ts | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/packages/clients/src/api/k8s/v1/types.gen.ts b/packages/clients/src/api/k8s/v1/types.gen.ts index 311d9a516..4253ae76d 100644 --- a/packages/clients/src/api/k8s/v1/types.gen.ts +++ b/packages/clients/src/api/k8s/v1/types.gen.ts @@ -151,11 +151,8 @@ export interface Cluster { /** List of enabled admission plugins. */ admissionPlugins: string[] /** - * ALPHA - The OpenID Connect configuration of the cluster. This feature is in - * ALPHA state, it may be deleted or modified. This configuration is the - * [OpenID Connect - * configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens) - * of the Kubernetes API server. + * OpenID Connect configuration of the cluster. This configuration enables to + * update the OpenID Connect configuration of the Kubernetes API server. */ openIdConnectConfig?: ClusterOpenIDConnectConfig /** @@ -799,11 +796,8 @@ export type CreateClusterRequest = { /** List of admission plugins to enable. */ admissionPlugins?: string[] /** - * ALPHA - OpenID Connect configuration of the cluster. This feature is in - * ALPHA state, it may be deleted or modified. This configuration enables to - * set the [OpenID Connect - * configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens) - * of the Kubernetes API server. + * OpenID Connect configuration of the cluster. This configuration enables to + * update the OpenID Connect configuration of the Kubernetes API server. */ openIdConnectConfig?: CreateClusterRequestOpenIDConnectConfig /**