# Functions
NewArgoCDApplication returns a new ArgoCD Application unstructured object.
NewArgoCDApplicationList returns a new ArgoCD ApplicationList unstructured object.
WithLabels sets the labels of the application.
WithName sets the name of the application.
WithNamespace sets the namespace of the application.
WithSpec sets the spec of the application.
# Structs
ApplicationSource is a struct that represents ArgoCD Application source.
HelmParameter is a struct that represents ArgoCD Application Helm parameter.
SourceHelm is a struct that represents ArgoCD Application Helm source.
# Type aliases
Option is a function that applies an option to applicationOption.