clusters_list_kubernetes_partitions {civis} | R Documentation |
List Cluster Partitions for given cluster
Description
List Cluster Partitions for given cluster
Usage
clusters_list_kubernetes_partitions(id, include_usage_stats = NULL)
Arguments
id |
integer required. |
include_usage_stats |
boolean optional. When true, usage stats are returned in instance config objects. Defaults to false. |
Value
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, An array containing the following fields:
|
defaultInstanceConfigId |
integer, The id of the InstanceConfig that is the default for this partition. |