pkg/webhook/certificates/resources
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
..
certs.go Split secret creation into our reconciler resources style. (#830) 2019-10-29 23:08:11 -07:00
certs_test.go Split secret creation into our reconciler resources style. (#830) 2019-10-29 23:08:11 -07:00
secret.go Create a new singleton Reconciler for the webhook secret. (#832) 2019-10-30 08:23:13 -07:00
secret_test.go Split secret creation into our reconciler resources style. (#830) 2019-10-29 23:08:11 -07:00