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