The examples can be helpful: https://github.com/kubernetes/client-go/tree/master/examples
Talking directly via net/http is fine too. Some other simpler bindings have emerged as well too: https://github.com/ericchiang/k8s Brandon On Wed, Mar 15, 2017 at 3:04 AM Jaipradeesh Janarthanan <[email protected]> wrote: > The go client is poorly documented and vaguely structured - > https://godoc.org/k8s.io/client-go . I am thinking of using `net/http` > and talk to respective API endpoints. Are these some disadvantages this way? > > -- > Jai > Engineering, DoSelect, Inc. > dolftax.com | @dolftax <https://twitter.com/dolftax> > > > -- > You received this message because you are subscribed to the Google Groups > "Kubernetes user discussion and Q&A" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/kubernetes-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
