api_endpoints
Creates, updates, deletes, gets or lists an api_endpoints resource.
Overview
| Name | api_endpoints |
| Type | Resource |
| Id | linode.lke.api_endpoints |
Fields
The following fields are returned by SELECT queries:
- get_lke_cluster_api_endpoints
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_lke_cluster_api_endpoints | select | List the Kubernetes API server endpoints for this cluster. Please note that it often takes 2-5 minutes before the endpoint is ready after first creating a new cluster. Learn more... Learn more... |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- get_lke_cluster_api_endpoints
List the Kubernetes API server endpoints for this cluster. Please note that it often takes 2-5 minutes before the endpoint is ready after first creating a new cluster.
Learn more...
Learn more...
SELECT
data,
page,
pages,
results
FROM linode.lke.api_endpoints
;