clusters_list_kubernetes_deployment_stats {civis} | R Documentation |
Get stats about deployments associated with a Kubernetes Cluster
clusters_list_kubernetes_deployment_stats(id)
id |
integer required. The ID of this cluster. |
An array containing the following fields:
baseType |
string, The base type of this deployment |
state |
string, State of the deployment |
count |
integer, Number of deployments of base type and state |
totalCpu |
integer, Total amount of CPU in millicores for deployments of base type and state |
totalMemory |
integer, Total amount of Memory in megabytes for deployments of base type and state |