Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceLimits

Package version

interface

An interface representing ResourceLimits. This type describes the resource limits for a given container. It describes the most amount of resources a container is allowed to use before being restarted.

Hierarchy

  • ResourceLimits

Index

Properties

Properties

Optional cpu

cpu: undefined | number
member

{number} [cpu] CPU limits in cores. At present, only full cores are supported.

Optional memoryInGB

memoryInGB: undefined | number
member

{number} [memoryInGB] The memory limit in GB.

Generated using TypeDoc