clusters_list_kubernetes_deployment_stats {civis} | R Documentation |
Get stats about deployments associated with a Kubernetes Cluster
Description
Get stats about deployments associated with a Kubernetes Cluster
Usage
clusters_list_kubernetes_deployment_stats(id)
Arguments
id |
integer required. The ID of this cluster. |
Value
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 |
[Package civis version 3.1.2 Index]