Skip to content

Commit

Permalink
Merge pull request #66971 from tnozicka/informer-watcher
Browse files Browse the repository at this point in the history
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>.

#50102 Task 2: Add UntilWithSync

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

Introduces UntilWithSync based on informer.

**Needs kubernetes/kubernetes#66906 first**
/hold

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

/priority important-soon
/kind bug
(bug after the main PR which is this split from)

Kubernetes-commit: c4f355a2ad9692f5459541d4e4d94fcbc5f7d946
  • Loading branch information
k8s-publishing-bot committed Sep 5, 2018
2 parents eca9ef5 + 9626e3c commit ca84027
Show file tree
Hide file tree
Showing 37 changed files with 975 additions and 670 deletions.
614 changes: 305 additions & 309 deletions Godeps/Godeps.json

Large diffs are not rendered by default.

294 changes: 247 additions & 47 deletions vendor/k8s.io/api/admission/v1beta1/generated.pb.go

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions vendor/k8s.io/api/admission/v1beta1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/k8s.io/api/admission/v1beta1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/k8s.io/api/admission/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 99 additions & 56 deletions vendor/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca84027

Please sign in to comment.