List Kubernetes Clusters
clusters_list_kubernetes( organization_slug = NULL, limit = NULL, page_num = NULL, order = NULL, order_dir = NULL )
organization_slug | string optional. The slug of this cluster's organization. |
---|---|
limit | integer optional. Number of results to return. Defaults to its maximum of 50. |
page_num | integer optional. Page number of the results to return. Defaults to the first page, 1. |
order | string optional. The field on which to order the result set. Defaults to organization_id. Must be one of: organization_id, created_at. |
order_dir | string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to asc. |
An array containing the following fields:
integer, The ID of this cluster.
string, The id of this cluster's organization.
string, The name of this cluster's organization.
string, The slug of this cluster's organization.
array, An array containing the following fields:
clusterPartitionId integer, The ID of this cluster partition.
name string, The name of the cluster partition.
labels array, Labels associated with this partition.
instanceConfigs array, The instances configured for this cluster partition.
defaultInstanceConfigId integer, The id of the InstanceConfig that is the default for this partition.
boolean, Whether this cluster needs a NAT gateway or not.