NodepoolUsage interface
Overview of compute usage for a nodepool.
Properties
| allocatable |
CPUs which are free to use (e.g. 1, or 500m for 500 milli-CPUs) across all nodes in the nodepool. |
| allocatable |
GPUs which are free to use. |
| allocatable |
Memory which is free to use (e.g. 500Mi or 1Gi). |
| reserved |
CPUs in use (e.g. 1, or 500m for 500 milli-CPUs) across all nodes in the nodepool. |
| reserved |
GPUs which are in use. |
| reserved |
Memory which is in use (e.g. 500Mi or 1Gi). |
Property Details
allocatableCPUs
CPUs which are free to use (e.g. 1, or 500m for 500 milli-CPUs) across all nodes in the nodepool.
allocatableCPUs: string
Property Value
string
allocatableGPUs
GPUs which are free to use.
allocatableGPUs: string
Property Value
string
allocatableMemory
Memory which is free to use (e.g. 500Mi or 1Gi).
allocatableMemory: string
Property Value
string
reservedCPUs
CPUs in use (e.g. 1, or 500m for 500 milli-CPUs) across all nodes in the nodepool.
reservedCPUs: string
Property Value
string
reservedGPUs
GPUs which are in use.
reservedGPUs: string
Property Value
string
reservedMemory
Memory which is in use (e.g. 500Mi or 1Gi).
reservedMemory: string
Property Value
string