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 2c3295d + 1094149 commit baf3a11
Show file tree
Hide file tree
Showing 29 changed files with 900 additions and 638 deletions.
610 changes: 303 additions & 307 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.

0 comments on commit baf3a11

Please sign in to comment.