View source: R/generated_client.R
| clusters_get_kubernetes_partitions | R Documentation | 
Describe a Cluster Partition
clusters_get_kubernetes_partitions(
  id,
  cluster_partition_id,
  include_usage_stats = NULL
)
| id | integer required. The ID of the cluster which this partition belongs to. | 
| cluster_partition_id | integer required. The ID of this cluster partition. | 
| include_usage_stats | boolean optional. When true, usage stats are returned in instance config objects. Defaults to false. | 
A list containing the following elements:
| 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, An array containing the following fields: 
 | 
| defaultInstanceConfigId | integer, The id of the InstanceConfig that is the default for this partition. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.