Documentation
¶
Index ¶
Constants ¶
View Source
const ( // FollowObjectCheckInterval is the interval for checking FollowObject status FollowObjectCheckInterval = 1 * time.Minute MaxConcurrentReconciles = 5 // Retained until the referenced object is deleted ModeFollowObject = "FollowObject" // Retained for a specific time after creation ModeTTL = "TTL" // Retained until the referenced object is deleted, then kept for an additional TTL period ModeFollowObjectWithTTL = "FollowObjectWithTTL" )
Variables ¶
This section is empty.
Functions ¶
func RegisterController ¶
Types ¶
type ObjectKeeperController ¶
ObjectKeeperController reconciles ObjectKeeper objects This is a system controller that manages the lifecycle of ObjectKeeper resources It requires privileged access to GET any namespaced objects
Click to show internal directories.
Click to hide internal directories.