You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/k8s/v1/api.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -399,8 +399,8 @@ async def update_cluster(
399
399
New auto upgrade configuration of the cluster. Note that all fields need to be set.
400
400
:param feature_gates: List of feature gates to enable.
401
401
:param admission_plugins: List of admission plugins to enable.
402
-
:param open_id_connect_config: ALPHA - New OpenID Connect configuration of the cluster.
403
-
This feature is in ALPHA state, it may be deleted or modified. This configuration enables to update the [OpenID Connect configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens) of the Kubernetes API server.
402
+
:param open_id_connect_config: OpenID Connect configuration of the cluster.
403
+
This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
404
404
:param apiserver_cert_sans: Additional Subject Alternative Names for the Kubernetes API server certificate.
ALPHA - New OpenID Connect configuration of the cluster.
1399
-
This feature is in ALPHA state, it may be deleted or modified. This configuration enables to update the [OpenID Connect configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens) of the Kubernetes API server.
1398
+
OpenID Connect configuration of the cluster.
1399
+
This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
Copy file name to clipboardExpand all lines: scaleway/scaleway/k8s/v1/api.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -399,8 +399,8 @@ def update_cluster(
399
399
New auto upgrade configuration of the cluster. Note that all fields need to be set.
400
400
:param feature_gates: List of feature gates to enable.
401
401
:param admission_plugins: List of admission plugins to enable.
402
-
:param open_id_connect_config: ALPHA - New OpenID Connect configuration of the cluster.
403
-
This feature is in ALPHA state, it may be deleted or modified. This configuration enables to update the [OpenID Connect configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens) of the Kubernetes API server.
402
+
:param open_id_connect_config: OpenID Connect configuration of the cluster.
403
+
This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
404
404
:param apiserver_cert_sans: Additional Subject Alternative Names for the Kubernetes API server certificate.
ALPHA - New OpenID Connect configuration of the cluster.
1399
-
This feature is in ALPHA state, it may be deleted or modified. This configuration enables to update the [OpenID Connect configuration](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens) of the Kubernetes API server.
1398
+
OpenID Connect configuration of the cluster.
1399
+
This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
0 commit comments