Find the workflow files.

This commit is contained in:
Tom Alexander
2024-09-28 18:34:16 -04:00
parent 66228f83f2
commit 5bd4862973
5 changed files with 107 additions and 19 deletions

View File

@@ -24,6 +24,7 @@ hmac = "0.12.1"
http-body-util = "0.1.2"
k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_30"] }
kube = { version = "0.92.1", default-features = false, features = ["client", "config", "rustls-tls", "derive", "runtime"] }
regex = "1.10.6"
reqwest = "0.12.5"
schemars = "0.8.21"
serde = { version = "1.0.204", features = ["derive"] }