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.DeploymentDetailView
Bases:
MethodViewAPI endpoint for single pre-deployments.
- get(deployment_id: int, jwt_subject: str | None)
Get detailed information for single deployed job-definition.
- class qunicorn_core.api.deployment_api.deployment_view.DeploymentIDView
Bases:
MethodViewDeployments endpoint for collection of all deployed jobs.
qunicorn_core.api.deployment_api.root module
Module containing the root endpoint of the DEPLOYMENT API.
Module contents
Module containing the TaskManager API.