Reconciler is the interface for a standard Reconciler.
| 411 | |
| 412 | // Reconciler is the interface for a standard Reconciler. |
| 413 | type Reconciler interface { |
| 414 | SetupWithManager(mgr manager.Manager) error |
| 415 | } |
| 416 | |
| 417 | func setupCloudIPAM(ctx context.Context, mgr manager.Manager, opt *config.Options) error { |
| 418 | setupLog.Info("enabling IPAM controller") |
no outgoing calls
no test coverage detected