@@ -79,8 +79,6 @@ class LKEClusterControlPlaneACLOptions(JSONObject):
7979 """
8080 LKEClusterControlPlaneACLOptions is used to set
8181 the ACL configuration of an LKE cluster's control plane.
82-
83- NOTE: Control Plane ACLs may not currently be available to all users.
8482 """
8583
8684 enabled : Optional [bool ] = None
@@ -116,8 +114,6 @@ class LKEClusterControlPlaneACL(JSONObject):
116114 """
117115 LKEClusterControlPlaneACL describes the ACL configuration of an LKE cluster's
118116 control plane.
119-
120- NOTE: Control Plane ACLs may not currently be available to all users.
121117 """
122118
123119 include_none_values = True
@@ -337,8 +333,6 @@ def control_plane_acl(self) -> LKEClusterControlPlaneACL:
337333 """
338334 Gets the ACL configuration of this cluster's control plane.
339335
340- NOTE: Control Plane ACLs may not currently be available to all users.
341-
342336 API Documentation: https://techdocs.akamai.com/linode-api/reference/get-lke-cluster-acl
343337
344338 :returns: The cluster's control plane ACL configuration.
@@ -558,8 +552,6 @@ def control_plane_acl_update(
558552 """
559553 Updates the ACL configuration for this cluster's control plane.
560554
561- NOTE: Control Plane ACLs may not currently be available to all users.
562-
563555 API Documentation: https://techdocs.akamai.com/linode-api/reference/put-lke-cluster-acl
564556
565557 :param acl: The ACL configuration to apply to this cluster.
@@ -589,8 +581,6 @@ def control_plane_acl_delete(self):
589581 This has the same effect as calling control_plane_acl_update with the `enabled` field
590582 set to False. Access controls are disabled and all rules are deleted.
591583
592- NOTE: Control Plane ACLs may not currently be available to all users.
593-
594584 API Documentation: https://techdocs.akamai.com/linode-api/reference/delete-lke-cluster-acl
595585 """
596586 self ._client .delete (
0 commit comments