jina.parsers.orchestrate.base module#

Base argparser module for Pod and Deployment runtime

jina.parsers.orchestrate.base.mixin_essential_parser(parser)[source]#

Mixing in arguments required by every module into the given parser. :param parser: the parser instance to which we add arguments

jina.parsers.orchestrate.base.mixin_base_ppr_parser(parser)[source]#

Mixing in arguments required by pod/deployment/runtime module into the given parser. :param parser: the parser instance to which we add arguments