k3s/test/e2e/apps
Kubernetes Submit Queue b6f0aed056
Merge pull request #66906 from tnozicka/rename-until
Automatic merge from submit-queue (batch tested with PRs 67071, 66906, 66722, 67276, 67039). 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>.

#50102 Task 1: Move apimachinery/pkg/watch.Until into client-go/tools/watch.UntilWithoutRetry

**What this PR does / why we need it**:
This is a split off from https://github.com/kubernetes/kubernetes/pull/50102 to go in smaller pieces.

Moves `apimachinery/pkg/watch.Until` into `client-go/tools/watch.UntilWithoutRetry` and adds context so it is cancelable.

**Release note**:
```release-note
NONE
```

**Dev release note**:
```dev-release-note
`apimachinery/pkg/watch.Until` has been moved to `client-go/tools/watch.UntilWithoutRetry`.
While switching please consider using the new `client-go/tools/watch.UntilWithSync` or `client-go/tools/watch.Until`.
```

/cc @smarterclayton @kubernetes/sig-api-machinery-pr-reviews 
/milestone v1.12
/priority important-soon
/kind bug
(bug after the main PR which is this split from)
2018-08-14 22:43:19 -07:00
..
BUILD Update Bazel 2018-08-10 09:55:41 +02:00
OWNERS
cronjob.go e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
daemon_restart.go Merge pull request #62114 from deads2k/cli-22-jobs 2018-04-06 17:06:09 -07:00
daemon_set.go remove duplicated import 2018-08-01 13:27:42 +08:00
deployment.go Merge pull request #66634 from janetkuo/deploy-conform 2018-08-07 18:17:30 -07: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 Rate limit only when an actual error happens, not on update conflicts 2018-06-05 22:53:09 +02:00
network_partition.go Make various fixes to flex tests and fix some crashes 2018-06-29 11:10:26 -04:00
rc.go Adding details to Conformance Tests using RFC 2119 standards. 2018-05-14 21:25:12 -07:00
replica_set.go Set explicit labels/selector for apps/v1 Deployment/RS. 2018-05-22 13:43:07 -07:00
statefulset.go Rename Until to UntilWithoutRetry and move to using context so it's 2018-08-10 09:55:41 +02:00
types.go Update the nginx image from hub.docker.com 2018-08-04 05:19:53 +05:30