crossplane-runtime/pkg/test
Sascha Grunert 423918f457
Update controller runtime to v0.8.0
This updates the controller-runtime and all of its dependencies to the
latest release.

This includes a bunch of changes which break backwards compatibility
introduced by controller-runtime 0.7.0 and 0.8.0, for example:

> A number of methods that previously took runtime.Object & internally
> type-asserted them to metav1.Object now take client.Object (for non-list
> objects) or client.ObjectList (for lists). The practical upshot of this
> is more type-safety and clarity around what's required for particular
> methods.
> All concrete API types (anything that implements runtime.Object & has
> a metadata field) already implement client.Object or client.ObjectList,
> so practical impact should be limited to folks who pass around
> runtime.Object values instead of concrete types.

Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
2021-01-21 13:29:16 +01:00
..
integration Update controller runtime to v0.8.0 2021-01-21 13:29:16 +01:00
cmp.go Update core/v1alpha1 imports to common/v1 2020-11-19 20:03:48 -06:00
doc.go Add package doc for crossplane-runtime 2019-09-18 14:40:41 -07:00
fake.go Update controller runtime to v0.8.0 2021-01-21 13:29:16 +01:00
retry.go Update all copyrights to 2019 2019-07-10 20:16:40 -07:00