pkg/webhook
Matt Moore 0442aed564 Create a new singleton Reconciler for the webhook secret. (#832)
* Create a new singleton Reconciler for the webhook secret.

This change creates a new Reconciler (not yet hooked up) that ensures that the
webhook secret has the appropriate shape.  I call this a "singleton Reconciler"
because this reconciler exists to effectively reconcile a single resource, which
will be a pattern for the webhook's reconcilers.

* Address linter problems
2019-10-30 08:23:13 -07:00
..
certificates Create a new singleton Reconciler for the webhook secret. (#832) 2019-10-30 08:23:13 -07:00
testing Create a new singleton Reconciler for the webhook secret. (#832) 2019-10-30 08:23:13 -07:00
OWNERS Update OWNERS to use OWNERS_ALIASES (#422) 2019-05-29 20:04:33 -07:00
config_validation_controller.go Accept a list of AdmissionControllers instead of a map (#819) 2019-10-28 14:09:11 -07:00
config_validation_controller_test.go Factor out test helpers to prepare for webhook package split. (#829) 2019-10-29 14:13:11 -07:00
context.go Streamline `webhook.New`. (#821) 2019-10-28 16:12:11 -07:00
helper_test.go Factor out test helpers to prepare for webhook package split. (#829) 2019-10-29 14:13:11 -07:00
resource_admission_controller.go Move WithContext into the resource admission controller. (#820) 2019-10-28 15:05:11 -07:00
resource_admission_controller_deprecated_test.go Factor out test helpers to prepare for webhook package split. (#829) 2019-10-29 14:13:11 -07:00
resource_admission_controller_test.go Factor out test helpers to prepare for webhook package split. (#829) 2019-10-29 14:13:11 -07:00
stats_reporter.go Avoid registering webhook metrics with init() (#826) 2019-10-28 22:02:11 -07:00
stats_reporter_test.go Avoid registering webhook metrics with init() (#826) 2019-10-28 22:02:11 -07:00
user_info.go Add validation for creator and lastModifier annotation (#539) 2019-07-28 21:51:04 -07:00
user_info_test.go Factor out test helpers to prepare for webhook package split. (#829) 2019-10-29 14:13:11 -07:00
webhook.go Split secret creation into our reconciler resources style. (#830) 2019-10-29 23:08:11 -07:00
webhook_integration_test.go Factor out test helpers to prepare for webhook package split. (#829) 2019-10-29 14:13:11 -07:00
webhook_test.go Split secret creation into our reconciler resources style. (#830) 2019-10-29 23:08:11 -07:00