Documentation ¶
Index ¶
Constants ¶
View Source
const ( ScheduledEventBaseDelay = 5 * time.Millisecond ScheduledEventMaxDelay = 300 * time.Second ScheduledEventLabel = "hobbyfarm.io/scheduledevent" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScheduledEventController ¶
type ScheduledEventController struct {
// contains filtered or unexported fields
}
func NewScheduledEventController ¶
func NewScheduledEventController(hfClientSet hfClientset.Interface, hfInformerFactory hfInformers.SharedInformerFactory, ctx context.Context) (*ScheduledEventController, error)
func (*ScheduledEventController) Run ¶
func (s *ScheduledEventController) Run(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.