Skip to content

Commit 08f3091

Browse files
Merge branch 'dev' into fix/lke-acl-none
2 parents cfc0252 + e538377 commit 08f3091

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

linode_api4/objects/lke.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ class LKEClusterControlPlaneACLOptions(JSONObject):
8080
"""
8181
LKEClusterControlPlaneACLOptions is used to set
8282
the ACL configuration of an LKE cluster's control plane.
83-
84-
NOTE: Control Plane ACLs may not currently be available to all users.
8583
"""
8684

8785
enabled: Optional[bool] = None
@@ -117,8 +115,6 @@ class LKEClusterControlPlaneACL(JSONObject):
117115
"""
118116
LKEClusterControlPlaneACL describes the ACL configuration of an LKE cluster's
119117
control plane.
120-
121-
NOTE: Control Plane ACLs may not currently be available to all users.
122118
"""
123119

124120
include_none_values = True
@@ -338,8 +334,6 @@ def control_plane_acl(self) -> LKEClusterControlPlaneACL:
338334
"""
339335
Gets the ACL configuration of this cluster's control plane.
340336
341-
NOTE: Control Plane ACLs may not currently be available to all users.
342-
343337
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-lke-cluster-acl
344338
345339
:returns: The cluster's control plane ACL configuration.
@@ -559,8 +553,6 @@ def control_plane_acl_update(
559553
"""
560554
Updates the ACL configuration for this cluster's control plane.
561555
562-
NOTE: Control Plane ACLs may not currently be available to all users.
563-
564556
API Documentation: https://techdocs.akamai.com/linode-api/reference/put-lke-cluster-acl
565557
566558
:param acl: The ACL configuration to apply to this cluster.
@@ -590,8 +582,6 @@ def control_plane_acl_delete(self):
590582
This has the same effect as calling control_plane_acl_update with the `enabled` field
591583
set to False. Access controls are disabled and all rules are deleted.
592584
593-
NOTE: Control Plane ACLs may not currently be available to all users.
594-
595585
API Documentation: https://techdocs.akamai.com/linode-api/reference/delete-lke-cluster-acl
596586
"""
597587
self._client.delete(

0 commit comments

Comments
 (0)