feat(wfe-yaml): add kubernetes/k8s step type with lazy

client creation
This commit is contained in:
2026-04-06 17:09:23 +01:00
parent 8f3539ed34
commit 22d3f569df
4 changed files with 70 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ wfe-yaml = { version = "1.7.0", path = "wfe-yaml", registry = "sunbeam" }
wfe-buildkit = { version = "1.7.0", path = "wfe-buildkit", registry = "sunbeam" }
wfe-containerd = { version = "1.7.0", path = "wfe-containerd", registry = "sunbeam" }
wfe-rustlang = { version = "1.7.0", path = "wfe-rustlang", registry = "sunbeam" }
wfe-kubernetes = { version = "1.7.0", path = "wfe-kubernetes", registry = "sunbeam" }
# YAML
serde_yaml = "0.9"