(ctx context.Context, customResource interface{}, infoCatalog InfoCatalog)
| 35 | Name() string |
| 36 | Description() string |
| 37 | Sync(ctx context.Context, customResource interface{}, infoCatalog InfoCatalog) (SyncState, error) |
| 38 | GetWatchSources(ctrlManager) map[string]SyncingSource |
| 39 | } |