# Functions
NewAppProjectManager initializes and returns a new Manager with the given backend and options.
WithAllowUpsert sets the upsert operations allowed flag.
WithMetrics sets the metrics provider for the Manager.
WithMode sets the mode of the AppProject manager.
WithRole sets the role of the AppProject manager.
# Constants
LastUpdatedAnnotation is a label put on AppProject which contains the time when an update was last received for this AppProject.
# Structs
AppProjectManager manages Argo CD AppProject resources on a given backend.
# Type aliases
AppProjectManagerOption is a callback function to set an option to the AppProject manager.