Documentation ¶
Index ¶
Constants ¶
View Source
const ControllerName = "garbage-collector"
ControllerName is the name of the controller.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶ added in v1.59.0
type Reconciler struct { TargetReader client.Reader TargetWriter client.Writer Config config.GarbageCollectorControllerConfig Clock clock.Clock MinimumObjectLifetime *time.Duration }
Reconciler performs garbage collection.
func (*Reconciler) AddToManager ¶ added in v1.59.0
AddToManager adds Reconciler to the given manager.
Click to show internal directories.
Click to hide internal directories.