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
@@ -245,8 +245,8 @@ async def create_cluster(
245
245
This configuration enables to set a specific 2-hour time window in which the cluster can be automatically updated to the latest patch version in the current minor one.
246
246
:param feature_gates: List of feature gates to enable.
247
247
:param admission_plugins: List of admission plugins to enable.
248
-
:param open_id_connect_config: ALPHA - OpenID Connect configuration of the cluster.
249
-
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.
248
+
:param open_id_connect_config: OpenID Connect configuration of the cluster.
249
+
This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
250
250
:param apiserver_cert_sans: Additional Subject Alternative Names for the Kubernetes API server certificate.
251
251
:param private_network_id: Private network ID for internal cluster communication (cannot be changed later).
ALPHA - The OpenID Connect configuration of the cluster.
299
-
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.
298
+
OpenID Connect configuration of the cluster.
299
+
This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
ALPHA - OpenID Connect configuration of the cluster.
1308
-
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.
1307
+
OpenID Connect configuration of the cluster.
1308
+
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
@@ -245,8 +245,8 @@ def create_cluster(
245
245
This configuration enables to set a specific 2-hour time window in which the cluster can be automatically updated to the latest patch version in the current minor one.
246
246
:param feature_gates: List of feature gates to enable.
247
247
:param admission_plugins: List of admission plugins to enable.
248
-
:param open_id_connect_config: ALPHA - OpenID Connect configuration of the cluster.
249
-
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.
248
+
:param open_id_connect_config: OpenID Connect configuration of the cluster.
249
+
This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
250
250
:param apiserver_cert_sans: Additional Subject Alternative Names for the Kubernetes API server certificate.
251
251
:param private_network_id: Private network ID for internal cluster communication (cannot be changed later).
ALPHA - The OpenID Connect configuration of the cluster.
299
-
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.
298
+
OpenID Connect configuration of the cluster.
299
+
This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
ALPHA - OpenID Connect configuration of the cluster.
1308
-
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.
1307
+
OpenID Connect configuration of the cluster.
1308
+
This configuration enables to update the OpenID Connect configuration of the Kubernetes API server.
0 commit comments