Versions in this module Expand all Collapse all v0 v0.2.0 Oct 17, 2023 Changes in this version + var NoRequeueInterval time.Duration + func Check(ctx context.Context, r *deployerv1.KustomizationAutoDeployer, ...) (bool, deployerv1.GatesStatus, error) + type Gate interface + Check func(context.Context, *deployerv1.KustomizationGate, ...) (bool, error) + Interval func(*deployerv1.KustomizationGate) (time.Duration, error) + func FindRelevantGates(setGate deployerv1.KustomizationGate, enabledGates map[string]Gate) ([]Gate, error) + type GateFactory func(logr.Logger, client.Client) Gate + type GateNotEnabledError struct + Name string + func (g GateNotEnabledError) Error() string v0.1.0 Jun 19, 2023