Skip to content

Commit d8ac27a

Browse files
authored
docs(k8s): promote OIDC to stable (#113)
1 parent 7562a16 commit d8ac27a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

scaleway-async/scaleway_async/k8s/v1/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ async def update_cluster(
399399
New auto upgrade configuration of the cluster. Note that all fields need to be set.
400400
:param feature_gates: List of feature gates to enable.
401401
: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.
404404
:param apiserver_cert_sans: Additional Subject Alternative Names for the Kubernetes API server certificate.
405405
:return: :class:`Cluster <Cluster>`
406406

scaleway-async/scaleway_async/k8s/v1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,8 +1395,8 @@ class UpdateClusterRequest:
13951395

13961396
open_id_connect_config: Optional[UpdateClusterRequestOpenIDConnectConfig]
13971397
"""
1398-
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.
14001400
"""
14011401

14021402
apiserver_cert_sans: Optional[List[str]]

scaleway/scaleway/k8s/v1/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ def update_cluster(
399399
New auto upgrade configuration of the cluster. Note that all fields need to be set.
400400
:param feature_gates: List of feature gates to enable.
401401
: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.
404404
:param apiserver_cert_sans: Additional Subject Alternative Names for the Kubernetes API server certificate.
405405
:return: :class:`Cluster <Cluster>`
406406

scaleway/scaleway/k8s/v1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,8 +1395,8 @@ class UpdateClusterRequest:
13951395

13961396
open_id_connect_config: Optional[UpdateClusterRequestOpenIDConnectConfig]
13971397
"""
1398-
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.
14001400
"""
14011401

14021402
apiserver_cert_sans: Optional[List[str]]

0 commit comments

Comments
 (0)