interface Resource {
    cpuLimit: number;
    memoryLimit: number;
}

Properties

cpuLimit: number
memoryLimit: number