File tree 2 files changed +6
-0
lines changed
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:
195
195
"""
196
196
Returns an object representing the LKE tier API path.
197
197
198
+ NOTE: LKE tiers may not currently be available to all users.
199
+
198
200
:param id: The ID of the tier.
199
201
:type id: str
200
202
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ class TieredKubeVersion(DerivedBase):
54
54
"""
55
55
A TieredKubeVersion is a version of Kubernetes that is specific to a certain LKE tier.
56
56
57
+ NOTE: LKE tiers may not currently be available to all users.
58
+
57
59
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-lke-version
58
60
"""
59
61
@@ -173,6 +175,8 @@ class LKENodePool(DerivedBase):
173
175
An LKE Node Pool describes a pool of Linode Instances that exist within an
174
176
LKE Cluster.
175
177
178
+ NOTE: The k8s_version and update_strategy fields are only available for LKE Enterprise clusters.
179
+
176
180
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-lke-node-pool
177
181
"""
178
182
You can’t perform that action at this time.
0 commit comments