client-go / unofficial-docs

A home for unofficial client-go docs
Apache License 2.0
22 stars 2 forks source link

Add/decide on top level sections #4

Open munnerz opened 6 years ago

munnerz commented 6 years ago

We should decide on the top level sections for the docs.

From brief discussion on Slack:

/cc @sttts @LiliC @nikhita

nikhita commented 6 years ago

From @sttts on slack: http://using-client-go.cloudnative.sh/ by @mhausenblas.

It is a good place to start. :+1:

xmudrii commented 6 years ago

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).