config:
workspace:
containerResourceCaps:
limits:
cpu: ...
memory: ...
requests:
cpu: ...
memory: ...
which serve as maximum limits/requests for DevWorkspace containers.
This allows the admin to control a maximum limit, preventing a user from creating a DevWorkspace with a cpu/memory limit that is too high.