scheduled

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Factory

func Factory(l logr.Logger, _ client.Client) gates.Gate

Factory is a function for creating per-reconciliation gates for the ScheduledGate.

Types

type ScheduledGate

type ScheduledGate struct {
	Logger logr.Logger
	Clock  func() time.Time
}

ScheduledGate is open based on the current time.

func New

func New(l logr.Logger, opts ...func(*ScheduledGate)) *ScheduledGate

New creates and returns a new ScheduledGate.

func (ScheduledGate) Check

Check returns true if now is within the the Scheduled gate time duration.

func (ScheduledGate) Interval

Interval returns the time after which to requeue this check.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL