Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildResourceRequests

Package version

Resource request payload of Build Resource.

Hierarchy

  • BuildResourceRequests

Index

Properties

Properties

Optional cpu

cpu: undefined | string

Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m. The default value is 1, this should not exceed build service agent pool cpu size.

Optional memory

memory: undefined | string

Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi. The default value is 2Gi, this should not exceed build service agent pool memory size.

Generated using TypeDoc