pivotal / skenario

A simulator toolkit for Knative
Apache License 2.0
30 stars 10 forks source link

Extract logic from controller to service #82

Open juliababkina opened 4 years ago

juliababkina commented 4 years ago

Controller is too heavy and hard to unit test. Most of its logic should be extracted to service. Once the logic is separated it would be possible to write unit tests.