Describe a Kubernetes Cluster
clusters_get_kubernetes(id, include_usage_stats = NULL)
A list containing the following elements:
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.
string, The slug of this cluster's raw configuration.
boolean, Whether this cluster has a custom partition configuration.
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.
number, The number of hours used this month for this cluster.
integer required.
boolean optional. When true, usage stats are returned in instance config objects. Defaults to false.