(jobNamespace, instance string)
| 45 | GetNamespaces() ([]string, error) |
| 46 | GetAssignmentHash(jobNamespace, instance string) (string, error) |
| 47 | GetAssignment(jobNamespace, instance string) (*models.IngestionAssignment, error) |
| 48 | } |
| 49 | |
| 50 | // ControllerHTTPClient implements ControllerClient over http |
no outgoing calls
no test coverage detected