vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.28k stars 483 forks source link

Repo handling of generated fakes #109

Closed GuessWhoSamFoo closed 4 years ago

GuessWhoSamFoo commented 5 years ago

There are several places tracking directories from mockgen (.gitignore, .dockerignore, Makefile). Makefile should be able to get a list of them and have documentation on places that needs to update if those paths change.

bryanl commented 5 years ago

I think we should document that fakes can come and go in the developer documentation. Might be easier than automating it.