1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #1474 from ingvagabund/e2e-build-and-run-descheduler-image

[TestTooManyRestarts] e2e: build a descheduler image and run the descheduler as a pod
This commit is contained in:
Kubernetes Prow Robot
2024-08-04 11:58:38 -07:00
committed by GitHub
12 changed files with 1307 additions and 69 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.22.5
require (
github.com/client9/misspell v0.3.4
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.6.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5