From 355193ccc831066942637d49f520973e8e875be3 Mon Sep 17 00:00:00 2001 From: Lena Garber Date: Thu, 16 Jan 2025 12:05:35 -0500 Subject: [PATCH] Add beta notice --- linode_api4/groups/lke.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linode_api4/groups/lke.py b/linode_api4/groups/lke.py index af539711..8b2d1e7d 100644 --- a/linode_api4/groups/lke.py +++ b/linode_api4/groups/lke.py @@ -104,6 +104,8 @@ def cluster_create( :param control_plane: The control plane configuration of this LKE cluster. :type control_plane: Dict[str, Any] or LKEClusterControlPlaneRequest :param apl_enabled: Whether this cluster should use APL. + note:: This endpoint is in beta and may only + function if base_url is set to `https://api.linode.com/v4beta`. :type apl_enabled: bool :param kwargs: Any other arguments to pass along to the API. See the API docs for possible values.