k3s/test/utils
Kubernetes Submit Queue c0e111a21c
Merge pull request #55394 from krzysztof-jastrzebski/e2e6
Automatic merge from submit-queue (batch tested with PRs 55394, 55412). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Adds e2e tests for Pod Priority and Preemption in Cluster Autoscaler

This PR adds e2e tests for Pod Priority and Preemption in Clucter Autoscaler:
 - shouldn't scale up when expendable pod is created
 - should scale up when non expendable pod is created
 - shouldn't scale up when expendable pod is preempted
 - should scale down when expendable pod is running
 - shouldn't scale down when non expendable pod is running
2017-11-10 04:32:18 -08:00
..
image use multi-arch busybox for e2e 2017-10-19 10:36:31 +08:00
junit update BUILD files 2017-10-15 18:18:13 -07:00
BUILD Update generated files 2017-11-09 12:14:08 +01:00
conditions.go fix-todo 2017-09-25 15:42:21 +08:00
density_utils.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
deployment.go Merge pull request #54331 from crimsonfaith91/dfailed 2017-10-27 15:19:20 -07:00
pod_store.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
replicaset.go Use PollImmediate and shorter interval in integration test 2017-09-25 14:17:43 -07:00
runners.go Merge pull request #55394 from krzysztof-jastrzebski/e2e6 2017-11-10 04:32:18 -08:00
tmpdir.go