Package version:

Interface BuildResourceRequests

Resource request payload of Build Resource.

Hierarchy

  • BuildResourceRequests

Properties

Properties

cpu?: 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.

memory?: 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