k3s/test/e2e/apps
Kubernetes Submit Queue fad7ca836d
Merge pull request #59224 from crimsonfaith91/ds-integration
Automatic merge from submit-queue. 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>.

improve daemonset's retry creating failed daemon pods e2e test

**What this PR does / why we need it**:
This PR improves daemonset's retry creating failed daemon pods e2e test by checking that the failed pod does not show up among existing daemon pods.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #59076

**Release note**:
```release-note
NONE
```
2018-03-06 15:23:58 -08:00
..
BUILD fix test failure and delete unused code 2018-03-05 17:15:33 -05:00
OWNERS
cronjob.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
daemon_restart.go controller-manager: switch to config/option struct pattern 2018-02-13 11:16:17 +01:00
daemon_set.go Merge pull request #59224 from crimsonfaith91/ds-integration 2018-03-06 15:23:58 -08:00
deployment.go add deployment proportional scaling e2e test 2018-02-20 16:56:19 -08:00
disruption.go Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
framework.go
job.go Decrease the number of completions for flaky test 2017-12-07 16:05:35 +01:00
network_partition.go Remove unused variables (only assigned to) from test code. 2018-02-27 13:45:31 -08:00
rc.go Add framework.ConformanceIt as the new way to declare conformance tests. 2017-10-27 15:29:59 -07:00
replica_set.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
statefulset.go Conformance: Add StatefulSet tests. 2018-02-25 17:04:53 -08:00
types.go