1
0
Fork 0
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:
Ali 2024-10-14 11:27:22 +13:00 committed by GitHub
parent c88382ec1f
commit a06a09afcf
3 changed files with 15 additions and 23 deletions

View file

@ -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