qinling/qinling/engine
Lingxian Kong e924577d64 Support to specify workload type for runtime
Support to specify ``trusted`` for runtime creation. In Kubernetes
orchestrator implementation, it's using
``io.kubernetes.cri-o.TrustedSandbox`` annotation in the pod specification
to choose the underlying container runtime. This feature is useful to
leverage the security container technology such as Kata containers or
gVisor. It also gets rid of the security concerns for running image type
function.

Story: 2003088
Task: 23172
Change-Id: Ic4fa3e97dcc239c7177448e3cef5d0f02340d302
2018-07-26 15:20:34 +12:00
..
__init__.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00
default_engine.py Support to specify workload type for runtime 2018-07-26 15:20:34 +12:00
service.py Support webhook 2018-01-13 22:50:47 +13:00
utils.py Raise specific exceptions instead of tenacity.RetryError 2018-07-23 18:51:27 +08:00