Interface IResourceLimits

Resource Limits

interface IResourceLimits {
    cpuLimit: number;
    cpuReservation: number;
    memoryLimit: number;
    memoryReservation: number;
}

Properties

cpuLimit: number
cpuReservation: number
memoryLimit: number
memoryReservation: number

Generated using TypeDoc