Skip to content

Commit c110929

Browse files
Update docs
1 parent 8c97bd4 commit c110929

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

linode_api4/groups/lke.py

+2
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ def tier(self, id: str) -> LKETierGroup:
195195
"""
196196
Returns an object representing the LKE tier API path.
197197
198+
NOTE: LKE tiers may not currently be available to all users.
199+
198200
:param id: The ID of the tier.
199201
:type id: str
200202

linode_api4/objects/lke.py

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class TieredKubeVersion(DerivedBase):
5454
"""
5555
A TieredKubeVersion is a version of Kubernetes that is specific to a certain LKE tier.
5656
57+
NOTE: LKE tiers may not currently be available to all users.
58+
5759
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-lke-version
5860
"""
5961

@@ -173,6 +175,8 @@ class LKENodePool(DerivedBase):
173175
An LKE Node Pool describes a pool of Linode Instances that exist within an
174176
LKE Cluster.
175177
178+
NOTE: The k8s_version and update_strategy fields are only available for LKE Enterprise clusters.
179+
176180
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-lke-node-pool
177181
"""
178182

0 commit comments

Comments
 (0)