ContainerResources
Resource allocation for a containerized agent. Valid CPU and memory pairings depend on the target hosting provider.
Class Diagram
Section titled “Class Diagram”---
title: ContainerResources
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class ContainerResources {
+string cpu
+string memory
}
Yaml Example
Section titled “Yaml Example”cpu: "1"memory: 2GiProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| cpu | string | CPU allocation for the container (e.g., ‘0.5’, ‘1’, ‘2’) |
| memory | string | Memory allocation for the container (e.g., ‘0.5Gi’, ‘2Gi’) |