File tree Expand file tree Collapse file tree
reana_workflow_controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ include Dockerfile
1515include LICENSE
1616include pytest.ini
1717include docs/openapi.json
18+ include sidecars/datastore/Dockerfile
1819exclude .editorconfig
1920exclude .prettierrc
2021exclude .prettierignore
@@ -33,3 +34,6 @@ recursive-include tests *.py
3334recursive-include tests *.finished
3435recursive-include tests *.running
3536recursive-include tests *.waiting
37+ recursive-include sidecars *.py
38+ recursive-include sidecars *.sh
39+
Original file line number Diff line number Diff line change 66
77"""REANA Workflow Controller Kubernetes utils."""
88
9- import json , os
10-
119from kubernetes import client
1210from kubernetes .client .rest import ApiException
1311from reana_commons .config import (
Original file line number Diff line number Diff line change 102102 KUEUE_ENABLED ,
103103 KUEUE_LOCAL_QUEUE_NAME ,
104104 REANA_RUNTIME_JOBS_KUBERNETES_TOLERATIONS ,
105- IMAGE_PULL_SECRETS ,
106105 REANA_JOB_CONTROLLER_SECRET ,
107106)
108107
You can’t perform that action at this time.
0 commit comments