Versions in this module Expand all Collapse all v0 v0.2.0 Oct 17, 2023 Changes in this version + func Factory(l logr.Logger, _ client.Client) gates.Gate + type ScheduledGate struct + Clock func() time.Time + Logger logr.Logger + func New(l logr.Logger, opts ...func(*ScheduledGate)) *ScheduledGate + func (g ScheduledGate) Check(ctx context.Context, gate *deployerv1.KustomizationGate, ...) (bool, error) + func (g ScheduledGate) Interval(gate *deployerv1.KustomizationGate) (time.Duration, error) v0.1.0 Jun 19, 2023