jina.parsers.orchestrate.runtimes.container module#
Argparser module for container runtimes
- jina.parsers.orchestrate.runtimes.container.mixin_container_runtime_parser(parser, pod_type='executor')[source]#
Mixing in arguments required by
ContainerRuntime
into the given parser. :param parser: the parser instance to which we add arguments :type pod_type:str
:param pod_type: the pod_type configured by the parser. Can be either ‘executor’ for an Executor pod or ‘gateway’ for a Gateway pod