# Packages

No description provided by the author
No description provided by the author

# Functions

Check checks the gates defined in the KustomizationAutoDeployer and returns true if all gates are open.
FindRelevantGates takes a struct with keys of the same type as Gates in the map and finds relevant gates.

# Variables

NoRequeueInterval is a simple default value that can be used to indicate that a Gate should not requeue after a time duration.

# Structs

GateNotEnabledError is returned when a gate is not enabled in the controller but a gated deploy tries to use it.

# Interfaces

Gate defines the interface implemented by all gates.

# Type aliases

GateFactory is a way to create a per-reconciliation gate.