pkg/client/injection/kube
Ben Moss cfc1eed828
Better support for error wrapping with ReconcilerEvents (#2106)
* Fix codegen to work outside GOPATH

* Fix ReconcilerEvent handling of %w format strings

Using fmt.Errorf(...).Error() means we get %w's translated to %v's for
printing
2021-04-26 11:00:40 -07:00
..
client Implement getter machinery to generically fetch all injected clients (#2054) 2021-03-10 09:35:25 -08:00
informers add LabelSelector to InformerFactory so that the informers only list and watch resources with the given labels (#1940) 2021-01-19 08:21:23 -08:00
reconciler Better support for error wrapping with ReconcilerEvents (#2106) 2021-04-26 11:00:40 -07:00