| 49 | ) |
| 50 | |
| 51 | type Index interface { |
| 52 | LookupURL(path logicalcluster.Path) (index.Result, bool) |
| 53 | } |
| 54 | |
| 55 | type ClusterClientGetter func(shard *corev1alpha1.Shard) (kcpclientset.ClusterInterface, error) |
| 56 |
nothing calls this directly
no outgoing calls
no test coverage detected