slime-io/slime

remove the need for `meshconfig` when building initial discovery requests.

believening opened this issue · 0 comments

We have not used meshconfig historically or currently, and need to check if it can be removed.

out = append(out, &discovery.DiscoveryRequest{
TypeUrl: collections.IstioMeshV1Alpha1MeshConfig.String(),
})