qunicorn_core.api.deployment_api package
Submodules
qunicorn_core.api.deployment_api.deployment_view module
Module containing the routes of the deployments API.
- class qunicorn_core.api.deployment_api.deployment_view.DeploymentDetailJobView
Bases:
MethodViewAPI endpoint for running jobs of a single deployment.
- class qunicorn_core.api.deployment_api.deployment_view.DeploymentDetailView
Bases:
MethodViewAPI endpoint for single pre-deployments.
- class qunicorn_core.api.deployment_api.deployment_view.DeploymentIDView
Bases:
MethodViewDeployments endpoint for collection of all deployed jobs.
- get()
Get deployed job definition list.
qunicorn_core.api.deployment_api.root module
Module containing the root endpoint of the DEPLOYMENT API.
Module contents
Module containing the TaskManager API.