-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the fourth wave of per-reconciler leaderelection.
With this, all downstream `// +genreconciler` reconcilers will become leader-aware and expose a model for the typed reconcilers they wrap to themselves become leader-aware. Detailed design: https://docs.google.com/document/d/1i_QHjQO2T3SNv49xjZLWlivcc0UvZN1Tbw2NKxThkyM/edit# Issue: #1181
- Loading branch information
Showing
9 changed files
with
467 additions
and
77 deletions.
There are no files selected for viewing
22 changes: 21 additions & 1 deletion
22
...ion/apiextensions/reconciler/apiextensions/v1beta1/customresourcedefinition/controller.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
116 changes: 96 additions & 20 deletions
116
...ion/apiextensions/reconciler/apiextensions/v1beta1/customresourcedefinition/reconciler.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
...piextensions/reconciler/apiextensions/v1beta1/customresourcedefinition/stub/reconciler.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
22 changes: 21 additions & 1 deletion
22
client/injection/kube/reconciler/core/v1/namespace/controller.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.