Code Generator: Link back to examples and articles

Link to the sample-controller and external blog post that have the current best path to learning how to use this library.
This commit is contained in:
Mark Mandel 2017-11-27 16:50:19 -08:00
parent a46153e2f9
commit 8f17374a0d

View File

@ -10,6 +10,10 @@ These code-generators can be used
- in the context of [User-provider API Servers](https://github.com/kubernetes/apiserver) to build conversions between internal and versioned types, defaulters, protobuf codecs,
internal and versioned clients and informers.
## Resources
- The example [sample controller](https://github.com/kubernetes/sample-controller) shows a code example of a controller that uses the clients, listers and informers generated by this library.
- The article [Kubernetes Deep Dive: Code Generation for CustomResources](https://blog.openshift.com/kubernetes-deep-dive-code-generation-customresources/) gives a step by step instruction on how to use this library.
## Compatibility
HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and k8s.io/client-go.