From 93212ec103118950134549ba2c45b6db88af587d Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 24 Mar 2023 16:46:59 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/k8s/v1/types.gen.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/clients/src/api/k8s/v1/types.gen.ts b/packages/clients/src/api/k8s/v1/types.gen.ts index 8682a1c02..311d9a516 100644 --- a/packages/clients/src/api/k8s/v1/types.gen.ts +++ b/packages/clients/src/api/k8s/v1/types.gen.ts @@ -862,11 +862,8 @@ export type UpdateClusterRequest = { /** List of admission plugins to enable. */ admissionPlugins?: string[] /** - * ALPHA - New OpenID Connect configuration of the cluster. This feature is in - * ALPHA state, it may be deleted or modified. This configuration enables to - * update 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?: UpdateClusterRequestOpenIDConnectConfig /**