Dave Protasowski
|
75d66b5894
|
preserve the stable webhook logger names we had before (#1994)
* preserve the stable webhook logger names we had before
* pr feedback
|
2021-01-18 11:25:21 -08:00 |
Matt Moore
|
bfc0cee945
|
Implement the second wave of per-reconciler leaderelection (#1302)
* Implement the second wave of per-reconciler leaderelection.
Detailed design: https://docs.google.com/document/d/1i_QHjQO2T3SNv49xjZLWlivcc0UvZN1Tbw2NKxThkyM/edit#
Issue: https://github.com/knative/pkg/issues/1181
* incorporate vagababov feedback
* Improve controller.go coverage
|
2020-06-19 09:47:25 -07:00 |
Dave Protasowski
|
caa444033b
|
use crd & webhook v1 APIs (#1391)
|
2020-06-19 08:43:25 -07:00 |
Matt Moore
|
1893541a0f
|
Scope the webhook secret informers to the system namespace. (#1158)
|
2020-03-12 18:29:29 -07:00 |
Matt Moore
|
d4ce001394
|
This refactors our core webhook logic to be reconciler-based. (#833)
This is the culmination of a large number of changes to refactor our webhook logic, and adopt a reconciler-based approach to make it resilient to unexected system events (e.g. rogue GCs!).
For more details on how this is consumed, see the new `webhook/README.md`.
Fixes: https://github.com/knative/pkg/issues/782
Closes: https://github.com/knative/pkg/issues/529
Fixes: https://github.com/knative/pkg/issues/450
Related: https://github.com/knative/pkg/issues/141
|
2019-10-31 10:17:13 -07:00 |