Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntervalLogger ¶
type IntervalLogger struct { Log logr.Logger RequireLeaderElection bool Name string Interval time.Duration }
func (*IntervalLogger) NeedLeaderElection ¶
func (i *IntervalLogger) NeedLeaderElection() bool
func (*IntervalLogger) SetupWithManager ¶
func (i *IntervalLogger) SetupWithManager(mgr ctrl.Manager) error
func (*IntervalLogger) Start ¶
func (i *IntervalLogger) Start(stopCh <-chan struct{}) error
Start implments the manager.Runnable interface
Click to show internal directories.
Click to hide internal directories.