kubernetes/test/integration/auth
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
..
accessreview_test.go stop using AlwaysAdmit admission 2018-03-13 20:02:56 +08:00
auth_test.go stop using AlwaysAdmit admission 2018-03-13 20:02:56 +08:00
bootstraptoken_test.go stop using AlwaysAdmit admission 2018-03-13 20:02:56 +08:00
BUILD Update Bazel 2018-08-10 09:55:41 +02:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
node_test.go node authz/ad externalization 2018-08-09 10:57:30 +08:00
rbac_test.go Rename Until to UntilWithoutRetry and move to using context so it's 2018-08-10 09:55:41 +02:00
svcaccttoken_test.go remove duplicated import 2018-08-01 13:27:42 +08:00