first draft KubernetesContainerRunner

Signed-off-by: Matteo Silvestri <matteosilv@gmail.com>
This commit is contained in:
Matteo Silvestri
2022-07-26 18:18:23 +02:00
parent 86fafd4058
commit 4e662da44a
4 changed files with 629 additions and 4 deletions
+4 -1
View File
@@ -42,6 +42,7 @@
"@backstage/types": "^1.0.0",
"@google-cloud/storage": "^6.0.0",
"@keyv/redis": "^2.2.3",
"@kubernetes/client-node": "^0.17.0",
"@manypkg/get-packages": "^1.1.3",
"@octokit/rest": "^19.0.3",
"@types/cors": "^2.8.6",
@@ -75,9 +76,11 @@
"node-abort-controller": "^3.0.1",
"node-fetch": "^2.6.7",
"raw-body": "^2.4.1",
"request": "^2.88.2",
"selfsigned": "^2.0.0",
"stoppable": "^1.1.0",
"tar": "^6.1.2",
"uuid": "^8.3.2",
"winston": "^3.2.1",
"yauzl": "^2.10.0",
"yn": "^4.0.0"
@@ -106,8 +109,8 @@
"@types/stoppable": "^1.1.0",
"@types/supertest": "^2.0.8",
"@types/tar": "^6.1.1",
"@types/yauzl": "^2.10.0",
"@types/webpack-env": "^1.15.2",
"@types/yauzl": "^2.10.0",
"aws-sdk-mock": "^5.2.1",
"better-sqlite3": "^7.5.0",
"http-errors": "^2.0.0",