# Constants
The object is deleted, and any dependent objects are deleted in the background.
The object continues to exist until all dependents are deleted.
Orphans the dependents: the object is deleted, the dependents are not.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
Application defines a generic interface to store/track Argo CD Application state, via ApplicationManager.
AppProject defines a generic interface to store/track Argo CD AppProject state, via AppProjectManager.
# Type aliases
DeletionPropagation is based on the kubernetes DeletionPropagation API, and follows its behaviours for deletion propagation, specifically that it controls how deletion will propagate to the dependents of the object (and corresponding GC behaviour).