Skip to content

Commit e7dd9ea

Browse files
authored
docs(k8s): promote remaining OIDC to stable (#1615)
1 parent dc0f76d commit e7dd9ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ type Cluster struct {
548548
FeatureGates []string `json:"feature_gates"`
549549
// AdmissionPlugins: list of enabled admission plugins.
550550
AdmissionPlugins []string `json:"admission_plugins"`
551-
// OpenIDConnectConfig: aLPHA - The OpenID Connect configuration of the cluster.
552-
// 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.
551+
// OpenIDConnectConfig: openID Connect configuration of the cluster.
552+
// This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
553553
OpenIDConnectConfig *ClusterOpenIDConnectConfig `json:"open_id_connect_config"`
554554
// ApiserverCertSans: additional Subject Alternative Names for the Kubernetes API server certificate.
555555
ApiserverCertSans []string `json:"apiserver_cert_sans"`
@@ -1085,8 +1085,8 @@ type CreateClusterRequest struct {
10851085
FeatureGates []string `json:"feature_gates"`
10861086
// AdmissionPlugins: list of admission plugins to enable.
10871087
AdmissionPlugins []string `json:"admission_plugins"`
1088-
// OpenIDConnectConfig: aLPHA - OpenID Connect configuration of the cluster.
1089-
// 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.
1088+
// OpenIDConnectConfig: openID Connect configuration of the cluster.
1089+
// This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
10901090
OpenIDConnectConfig *CreateClusterRequestOpenIDConnectConfig `json:"open_id_connect_config"`
10911091
// ApiserverCertSans: additional Subject Alternative Names for the Kubernetes API server certificate.
10921092
ApiserverCertSans []string `json:"apiserver_cert_sans"`

0 commit comments

Comments
 (0)