clusters_post_kubernetes_partitions {civis} | R Documentation |
Create a Cluster Partition for given cluster
Description
Create a Cluster Partition for given cluster
Usage
clusters_post_kubernetes_partitions(id, instance_configs, name, labels)
Arguments
id |
integer required. The ID of the cluster which this partition belongs to. |
instance_configs |
array required. An array containing the following fields:
|
name |
string required. The name of the cluster partition. |
labels |
array required. Labels associated with this partition. |
Value
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. |