Versions in this module Expand all Collapse all v0 v0.5.0 Feb 7, 2020 Changes in this version + type Key struct + GroupKind schema.GroupKind + NamespacedName types.NamespacedName + func NewKey(gvk schema.GroupVersionKind, namespacedName types.NamespacedName) Key + func (k *Key) String() string + type Tracker interface + Lookup func(ref Key) []types.NamespacedName + Track func(ref Key, obj types.NamespacedName) + func New(lease time.Duration, log logr.Logger) Tracker