qinling/qinling/api/controllers/v1
Lingxian Kong c74ac2faac Add scale up ability for function execution
Provide an API to do scale up operation, leave the container
monitoring to orchestrator underlay, although k8s already supports
HPA, but we should not rely on specific container orchestrator
capability for general purpose.

Partially implements: blueprint qingling-autoscaling
Change-Id: Iff1ff646a6df263b2770b8cebc74e80ab18c7613
2017-08-28 16:25:46 +12:00
..
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
execution.py Support function execution log query 2017-08-13 00:33:51 +12:00
function.py Add scale up ability for function execution 2017-08-28 16:25:46 +12:00
job.py Fix getting update params 2017-08-02 10:15:17 +12:00
resources.py Add job update api 2017-08-01 16:50:19 +12:00
root.py Add jobs api 2017-07-21 22:52:05 +12:00
runtime.py Fix getting update params 2017-08-02 10:15:17 +12:00
types.py Initial API code structure 2017-04-14 15:24:02 +12:00