# Constants
MissingLabelsMessage is used to describe an error where the controller was unable to start the build because the `lagoon.sh/controller` label is missing.
NotOwnedByControllerMessage is used to describe an error where the controller was unable to start the build because the `lagoon.sh/controller` label does not match this controllers name.
# Structs
BackupConfig holds all the backup configuration settings.
BuildPredicates is used by the filter for the build controller to make sure the correct resources are acted on.
BuildQoS is use for the quality of service configuration for lagoon builds.
HarborCredentialReconciler reconciles a namespace object.
LagoonBuildReconciler reconciles a LagoonBuild object.
LagoonMonitorReconciler reconciles a LagoonBuild object.
LagoonTaskReconciler reconciles a LagoonTask object.
PodPredicates is used by the filter for the monitor controller to make sure the correct resources are acted on.
ProxyConfig is used for proxy configuration.
SecretPredicates defines the funcs for predicates.
TaskPredicates is used by the filter for the task controller to make sure the correct resources are acted on.