pkg/webhook/certificates
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
..
resources Create a new singleton Reconciler for the webhook secret. (#832) 2019-10-30 08:23:13 -07:00
certificates.go Create a new singleton Reconciler for the webhook secret. (#832) 2019-10-30 08:23:13 -07:00
certificates_test.go Create a new singleton Reconciler for the webhook secret. (#832) 2019-10-30 08:23:13 -07:00
controller.go Create a new singleton Reconciler for the webhook secret. (#832) 2019-10-30 08:23:13 -07:00