LinuxResources has container runtime resource constraints
| Name | Type | Description | Notes |
|---|---|---|---|
| blockIO | LinuxBlockIO | [optional] | |
| cpu | LinuxCPU | [optional] | |
| devices | List<LinuxDeviceCgroup> | Devices configures the device allowlist. | [optional] |
| hugepageLimits | List<LinuxHugepageLimit> | Hugetlb limits (in bytes). Default to reservation limits if supported. | [optional] |
| memory | LinuxMemory | [optional] | |
| network | LinuxNetwork | [optional] | |
| pids | LinuxPids | [optional] | |
| rdma | Map<String, LinuxRdma> | Rdma resource restriction configuration. Limits are a set of key value pairs that define RDMA resource limits, where the key is device name and value is resource limits. | [optional] |
| unified | Map<String, String> | Unified resources. | [optional] |
- Serializable