pkg/controller
Markus Thömmes a92c682188
Add an option to skip automated status updates in a reconciler. (#1456)
* Add an option to skip automated status updates in a reconciler.

This option is necessary to be able to create reconcilers like Serving's labeler, that is purely adding labels to resources. If that fails, the new automated observed generation handling changes the status and that gets written to the API currently, which is not desired.

* Flip the bool.
2020-06-30 08:02:29 -07:00
..
testing Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
OWNERS add self to aliases and add reviewers to OWNERS (#1409) 2020-06-22 12:30:27 -07:00
controller.go Implement the first wave of per-reconciler leaderelection. (#1301) 2020-06-18 19:07:25 -07:00
controller_test.go Assorted linting fixes. (#1443) 2020-06-24 12:11:27 -07:00
helper.go Rework how we GlobalResync. (#597) 2019-08-24 21:23:13 -07:00
helper_test.go Rework how we GlobalResync. (#597) 2019-08-24 21:23:13 -07:00
options.go Add an option to skip automated status updates in a reconciler. (#1456) 2020-06-30 08:02:29 -07:00
stats_reporter.go Use new RecordBatch method to join metric reporting (#1029) 2020-02-03 16:27:30 -08:00
stats_reporter_test.go Add a helper func to set a default metric config for unit tests (#1263) 2020-05-07 21:11:45 -07:00