R/generated_client.R
clusters_get_kubernetes_instance_configs.Rd
Describe an Instance Config
clusters_get_kubernetes_instance_configs( instance_config_id, include_usage_stats = NULL )
instance_config_id | integer required. The ID of this instance config. |
---|---|
include_usage_stats | boolean optional. When true, usage stats are returned in instance config objects. Defaults to false. |
A list containing the following elements:
integer, The ID of this InstanceConfig.
string, An EC2 instance type. Possible values include t2.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m5.12xlarge, and p2.xlarge.
integer, The minimum number of instances of that type in this cluster.
integer, The maximum number of instances of that type in this cluster.
integer, The amount of memory (RAM) available to a single instance of that type in megabytes.
integer, The number of processor shares available to a single instance of that type in millicores.
integer, The amount of disk available to a single instance of that type in gigabytes.
list, A list containing the following elements:
pendingMemoryRequested integer, The sum of memory requests (in MB) for pending deployments in this instance config.
pendingCpuRequested integer, The sum of cpu requests (in millicores) for pending deployments in this instance config.
runningMemoryRequested integer, The sum of memory requests (in MB) for running deployments in this instance config.
runningCpuRequested integer, The sum of cpu requests (in millicores) for running deployments in this instance config.
pendingDeployments integer, The number of pending deployments in this instance config.
runningDeployments integer, The number of running deployments in this instance config.