mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
fix(app): use standard resource request units [r8s-122] (#15)
This commit is contained in:
parent
c88382ec1f
commit
a06a09afcf
3 changed files with 15 additions and 23 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
// @id GetApplicationsResources
|
||||
// @summary Get the total resource requests and limits of all applications
|
||||
// @description Get the total CPU (cores) and memory requests (MB) and limits of all applications across all namespaces.
|
||||
// @description Get the total CPU (cores) and memory (bytes) requests and limits of all applications across all namespaces.
|
||||
// @description **Access policy**: Authenticated user.
|
||||
// @tags kubernetes
|
||||
// @security ApiKeyAuth || jwt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue