//
pkg.gl
Category
github.com/vmware-labs/reconciler-runtime
tracker
package
0.19.0
Repository:
https://github.com/vmware-labs/reconciler-runtime.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
2
Files
282 SLOC
#
Functions
New
New returns an implementation of Interface that lets a Reconciler register a particular resource as watching an ObjectReference for a particular lease duration.
NewKey
Deprecated: use Reference.
#
Structs
Key
Deprecated: use Reference.
Reference
Reference is modeled after corev1.ObjectReference, but omits fields unsupported by the tracker, and permits us to extend things in divergent ways.
#
Interfaces
Tracker
Tracker defines the interface through which an object can register that it is tracking another object by reference.