File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
packages/clients/src/api/k8s/v1 Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments