Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceRequests

Package version

interface

An interface representing ResourceRequests. This type describes the requested resources for a given container. It describes the least amount of resources required for the container. A container can consume more than requested resources up to the specified limits before being restarted. Currently, the requested resources are treated as limits.

Hierarchy

  • ResourceRequests

Index

Properties

Properties

cpu

cpu: number
member

{number} cpu Requested number of CPU cores. At present, only full cores are supported.

memoryInGB

memoryInGB: number
member

{number} memoryInGB The memory request in GB for this container.

Generated using TypeDoc