Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectivityCheck ¶
func ConnectivityCheck() error
Types ¶
type AppResource ¶
type ApplicationResourcesWithChanges ¶
type ApplicationResourcesWithChanges struct { ArgoApp *v1alpha1.Application ChangedResources []AppResource WarnStr string }
func GetApplicationChanges ¶
func GetApplicationChanges(ctx context.Context, repoOwner, repoName, repoDefaultRef, revision, changeRef, baseRef string) ([]ApplicationResourcesWithChanges, error)
Called by processEvent() in main.go to fetch matching ArgoCD applications (based on repo owner & name) and return their manifests.
Click to show internal directories.
Click to hide internal directories.