File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments