Skip to content

Commit 00188eb

Browse files
authored
docs(k8s): promote remaining OIDC to stable (#563)
1 parent 99f38e3 commit 00188eb

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,8 @@ export interface Cluster {
151151
/** List of enabled admission plugins. */
152152
admissionPlugins: string[]
153153
/**
154-
* ALPHA - The OpenID Connect configuration of the cluster. This feature is in
155-
* ALPHA state, it may be deleted or modified. This configuration is the
156-
* [OpenID Connect
157-
* configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens)
158-
* of the Kubernetes API server.
154+
* OpenID Connect configuration of the cluster. This configuration enables to
155+
* update the OpenID Connect configuration of the Kubernetes API server.
159156
*/
160157
openIdConnectConfig?: ClusterOpenIDConnectConfig
161158
/**
@@ -799,11 +796,8 @@ export type CreateClusterRequest = {
799796
/** List of admission plugins to enable. */
800797
admissionPlugins?: string[]
801798
/**
802-
* ALPHA - OpenID Connect configuration of the cluster. This feature is in
803-
* ALPHA state, it may be deleted or modified. This configuration enables to
804-
* set the [OpenID Connect
805-
* configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens)
806-
* of the Kubernetes API server.
799+
* OpenID Connect configuration of the cluster. This configuration enables to
800+
* update the OpenID Connect configuration of the Kubernetes API server.
807801
*/
808802
openIdConnectConfig?: CreateClusterRequestOpenIDConnectConfig
809803
/**

0 commit comments

Comments
 (0)