Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions packages/clients/src/api/k8s/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,8 @@ export interface Cluster {
/** List of enabled admission plugins. */
admissionPlugins: string[]
/**
* ALPHA - The OpenID Connect configuration of the cluster. This feature is in
* ALPHA state, it may be deleted or modified. This configuration is 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?: ClusterOpenIDConnectConfig
/**
Expand Down Expand Up @@ -799,11 +796,8 @@ export type CreateClusterRequest = {
/** List of admission plugins to enable. */
admissionPlugins?: string[]
/**
* ALPHA - OpenID Connect configuration of the cluster. This feature is in
* ALPHA state, it may be deleted or modified. This configuration enables to
* set 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?: CreateClusterRequestOpenIDConnectConfig
/**
Expand Down