Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 651 Bytes

File metadata and controls

23 lines (16 loc) · 651 Bytes

RunResourceRequested

the memory and CPU requested by the pod

Properties

Name Type Description Notes
cpu number Define cpu needs [optional] [default to undefined]
memory number Define memory needs [optional] [default to undefined]

Example

import { RunResourceRequested } from '@cosmotech/api-ts';

const instance: RunResourceRequested = {
    cpu,
    memory,
};

[Back to Model list] [Back to API list] [Back to README]