@@ -22,7 +22,7 @@ class LKEType(Base):
2222 Currently the LKEType can only be retrieved by listing, i.e.:
2323 types = client.lke.types()
2424
25- API documentation: TODO
25+ API documentation: https://techdocs.akamai.com/linode-api/reference/get-lke-types
2626 """
2727
2828 properties = {
@@ -338,7 +338,7 @@ def control_plane_acl(self) -> LKEClusterControlPlaneACL:
338338
339339 NOTE: Control Plane ACLs may not currently be available to all users.
340340
341- API Documentation: TODO
341+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-lke-cluster-acl
342342
343343 :returns: The cluster's control plane ACL configuration.
344344 :rtype: LKEClusterControlPlaneACL
@@ -529,7 +529,7 @@ def control_plane_acl_update(
529529
530530 NOTE: Control Plane ACLs may not currently be available to all users.
531531
532- API Documentation: TODO
532+ API Documentation: https://techdocs.akamai.com/linode-api/reference/put-lke-cluster-acl
533533
534534 :param acl: The ACL configuration to apply to this cluster.
535535 :type acl: LKEClusterControlPlaneACLOptions or Dict[str, Any]
@@ -560,7 +560,7 @@ def control_plane_acl_delete(self):
560560
561561 NOTE: Control Plane ACLs may not currently be available to all users.
562562
563- API Documentation: TODO
563+ API Documentation: https://techdocs.akamai.com/linode-api/reference/delete-lke-cluster-acl
564564 """
565565 self ._client .delete (
566566 f"{ LKECluster .api_endpoint } /control_plane_acl" , model = self
0 commit comments