Documentation ¶
Index ¶
Constants ¶
View Source
const DetectedOverflowErrMsg = `` /* 189-byte string literal not displayed */
View Source
const MaxFileEventHistory = 20
MaxFileEventHistory is the maximum number of file events that will be retained on the FileWatch status.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { ctrlclient.Client Store store.RStore // contains filtered or unexported fields }
Controller reconciles a FileWatch object
func NewController ¶
func NewController(store store.RStore, fsWatcherMaker fsevent.WatcherMaker, timerMaker fsevent.TimerMaker) *Controller
func (*Controller) SetClient ¶
func (c *Controller) SetClient(client ctrlclient.Client)
func (*Controller) SetupWithManager ¶
func (c *Controller) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.