| 43 | ) |
| 44 | |
| 45 | type CpApiServer struct { |
| 46 | proto.UnimplementedCpiInterfaceServer |
| 47 | |
| 48 | LeaderElectionServer *leader_election.LeaderElectionServer |
| 49 | ControlPlane *control_plane.ControlPlane |
| 50 | HAProxyAPI *haproxy.API |
| 51 | } |
| 52 | |
| 53 | type CpApiServerCreationArguments struct { |
| 54 | Client persistence.PersistenceLayer |
nothing calls this directly
no outgoing calls
no test coverage detected