Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sync ¶
type Sync interface { // Sync will sync the Argo app(s) for a set of releases, wait for them to be healthy, // and generate and return status reports (useful for understanding why a sync failed). Sync(releases []terra.Release, maxParallel int, options ...argocd.SyncOption) (map[terra.Release]*status.Status, error) }
Click to show internal directories.
Click to hide internal directories.