Documentation
¶
Index ¶
Constants ¶
View Source
const ( ARGOCD_CM = "argocd-cm" RESOURCE_RELATION_LOOKUP = "resource-relation-lookup" )
Variables ¶
This section is empty.
Functions ¶
func NewRepoServerManager ¶
func NewRepoServerManager(kubeClient kubernetes.Interface, controllerNamespace string) *repoServerManager
Types ¶
type ArgoCD ¶
type ArgoCD interface { ListApplications() ([]v1alpha1.Application, error) ProcessApplication(v1alpha1.Application) error FilterApplicationsByArgoCDNamespace([]v1alpha1.Application, string) []v1alpha1.Application }
ArgoCD is the interface for accessing Argo CD functions we need
type ResourceTrackerResult ¶
Click to show internal directories.
Click to hide internal directories.