open-nomad/ui/mirage/factories
Michael Lange edd904c1c4 Allow for custom resource requirements for jobs that are recognized by allocations
The job factory will now accept an array of resourceSpecs that is a shorthand
notation for memory, cpu, disk, and iops requirements.

These specs get passed down to task groups. The task group factory will
split the resource requirements near evenly (there is variance
threshold) across all expected tasks.

Allocations then construct task-resource objects based on the resources
from the matching task.
2020-09-04 13:46:49 -07:00
..
agent.js
alloc-file.js
allocation.js
client-allocation-stat.js
client-stat.js
csi-plugin.js
csi-volume.js
deployment-task-group-summary.js
deployment.js
evaluation.js
job-scale.js
job-summary.js
job-version.js
job.js
namespace.js
node-event.js
node.js
policy.js
region.js
scale-event.js
service.js
storage-controller.js
storage-node.js
task-event.js
task-group-scale.js
task-group.js
task-resource.js
task-state.js
task.js
token.js