Open munnerz opened 6 years ago
From @sttts on slack: http://using-client-go.cloudnative.sh/ by @mhausenblas.
It is a good place to start. :+1:
Potentially good topic could be 'Testing and mocking with client-go', describing how to write unit tests for controllers/API servers, how to create and manage resources from tests, how to mock indexers..
'Vendoring client-go with dep/GoDeps/Glide' may be a good article as well. That one could also cover vendoring code-generators (for dep, this can be useful https://github.com/golang/dep/issues/1306#issuecomment-384678415. Running in a Docker container is an option as well).
We should decide on the top level sections for the docs.
From brief discussion on Slack:
Concepts - describing the various different concepts in controller design
Tutorials
Contributing
/cc @sttts @LiliC @nikhita