Versions in this module Expand all Collapse all v1 v1.2.3 Aug 25, 2022 v1.0.2 Aug 25, 2022 v1.0.1 Aug 25, 2022 Changes in this version + type ObjectLoadingCache interface + GetObject func(ctx context.Context, name types.NamespacedName, obj client.Object) (client.Object, error) + SetObject func(object client.Object) + func NewObjectCache(c client.Client, s *runtime.Scheme) ObjectLoadingCache