Skip to content

Commit 0c05a51

Browse files
authored
docs(k8s): promote OIDC to stable (#550)
1 parent 5bab820 commit 0c05a51

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -862,11 +862,8 @@ export type UpdateClusterRequest = {
862862
/** List of admission plugins to enable. */
863863
admissionPlugins?: string[]
864864
/**
865-
* ALPHA - New OpenID Connect configuration of the cluster. This feature is in
866-
* ALPHA state, it may be deleted or modified. This configuration enables to
867-
* update the [OpenID Connect
868-
* configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens)
869-
* of the Kubernetes API server.
865+
* OpenID Connect configuration of the cluster. This configuration enables to
866+
* update the OpenID Connect configuration of the Kubernetes API server.
870867
*/
871868
openIdConnectConfig?: UpdateClusterRequestOpenIDConnectConfig
872869
/**

0 commit comments

Comments
 (0)