func TestValidateEndpointSlice(t *testing.T) { … } func TestValidateEndpointSliceCreate(t *testing.T) { … } func TestValidateEndpointSliceUpdate(t *testing.T) { … } func generatePorts(n int) []discovery.EndpointPort { … } func generateEndpoints(n int) []discovery.Endpoint { … } func generateIPAddresses(n int) []string { … } func generateTopology(n int) map[string]string { … }