| 28 | var log = ctrl.Log.WithName("api") |
| 29 | |
| 30 | type apiServer struct { |
| 31 | client client.Client |
| 32 | } |
| 33 | |
| 34 | func APIServer(mgr ctrl.Manager) error { |
| 35 | server := &apiServer{client: mgr.GetClient()} |
nothing calls this directly
no outgoing calls
no test coverage detected