qunicorn_core.api.deployment package
Submodules
qunicorn_core.api.deployment.deployments module
Module containing the routes of the Taskmanager API.
- class qunicorn_core.api.deployment.deployments.DeploymentDetailView
Bases:
MethodViewAPI endpoint for running jobs of a single pre-deployment.
- methods: ClassVar[Optional[Collection[str]]] = {'GET'}
The methods this view is registered for. Uses the same default (
["GET", "HEAD", "OPTIONS"]) asrouteandadd_url_ruleby default.
- class qunicorn_core.api.deployment.deployments.DeploymentID(id: str, description: str, taskmode: int)
Bases:
object
- class qunicorn_core.api.deployment.deployments.DeploymentIDView
Bases:
MethodViewDeployments endpoint for collection of all deployed jobs.
- get()
Get pre-deployed job definition list.
- methods: ClassVar[Optional[Collection[str]]] = {'GET', 'POST'}
The methods this view is registered for. Uses the same default (
["GET", "HEAD", "OPTIONS"]) asrouteandadd_url_ruleby default.
qunicorn_core.api.deployment.root module
Module containing the root endpoint of the DEPLOYMENT API.
Module contents
Module containing the TaskManager API.