()
| 46 | var scheme = runtime.NewScheme() |
| 47 | |
| 48 | func init() { |
| 49 | utilruntime.Must(clientgoscheme.AddToScheme(scheme)) |
| 50 | barmancloudv1.AddKnownTypes(scheme) |
| 51 | // +kubebuilder:scaffold:scheme |
| 52 | } |
| 53 | |
| 54 | // Start starts the manager |
| 55 | func Start(ctx context.Context) error { |
nothing calls this directly
no outgoing calls
no test coverage detected