godaddy/kubernetes-client
Auf GitHub ansehenAdd config examples for constructing clients
Open
#220 geöffnet am 10. März 2018
help wantedrequest for example
Repository-Metriken
- Stars
- (954 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
All the current examples rely on config.fromKubeconfig(). Add examples that manually specify some of the config options.
- create a new example in
examples/. The goal is to illustrate how to use basic auth and provide an end-to-end working example. With that in mind, the example should construct a newclientinstance using basic auth, and make an API call (e.g., get Pods or Deployments) to illustrate functionality. - Update README.md the More examples section to include the new example.