1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00

e2e: build a descheduler image and run the descheduler as a pod

This commit is contained in:
Jan Chaloupka
2024-07-21 17:42:52 +02:00
parent 355cff67c1
commit e4c361d902
12 changed files with 1307 additions and 69 deletions

7
vendor/github.com/ghodss/yaml/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,7 @@
language: go
go:
- 1.3
- 1.4
script:
- go test
- go build