Skip to content

ContainerResources

Resource allocation for a containerized agent. Valid CPU and memory pairings depend on the target hosting provider.

---
title: ContainerResources
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class ContainerResources {
      
        +string cpu
        +string memory
    }
cpu: "1"
memory: 2Gi
NameTypeDescription
cpustringCPU allocation for the container (e.g., ‘0.5’, ‘1’, ‘2’)
memorystringMemory allocation for the container (e.g., ‘0.5Gi’, ‘2Gi’)