the memory and CPU requested by the pod
| Name | Type | Description | Notes |
|---|---|---|---|
| cpu | number | Define cpu needs | [optional] [default to undefined] |
| memory | number | Define memory needs | [optional] [default to undefined] |
import { RunResourceRequested } from '@cosmotech/api-ts';
const instance: RunResourceRequested = {
cpu,
memory,
};