Logging resources selector (#1402)

Added CPU and memory request selector to Log and Log DB
This commit is contained in:
jinapurapu
2022-01-31 21:17:21 -08:00
committed by GitHub
parent 27d1627c8f
commit 5258ac3d1a
7 changed files with 318 additions and 13 deletions

View File

@@ -2521,6 +2521,15 @@ definitions:
type: string
disabled:
type: boolean
logCPURequest:
type: string
logMemRequest:
type: string
logDBCPURequest:
type: string
logDBMemRequest:
type: string
listPVCsResponse:
type: object