Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasepe/using-client-go
Source code related to my Golang Notebook "Using client-go"
https://github.com/lucasepe/using-client-go
client-go golang kubernetes sample-code
Last synced: 29 days ago
JSON representation
Source code related to my Golang Notebook "Using client-go"
- Host: GitHub
- URL: https://github.com/lucasepe/using-client-go
- Owner: lucasepe
- License: mit
- Created: 2022-02-27T08:44:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T17:13:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-21T04:16:03.491Z (about 1 month ago)
- Topics: client-go, golang, kubernetes, sample-code
- Language: Go
- Homepage: https://leanpub.com/using-client-go
- Size: 1.18 MB
- Stars: 35
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using client-go
**Writing Golang clients for talking to a Kubernetes cluster**
Go source code examples used in [Using `client-go` notebook](https://leanpub.com/using-client-go) are available here.
If you like the topic and want to support me, you could buy the notebook on [Leanpub](https://leanpub.com/using-client-go)
@
You can download the notebook TOC and same random page [here](./using-client-go-toc-and-some-random-pages.pdf)
Thank you!
--
- [Initializing a client](./creating-a-rest-config-instance/)
- [Using `rest.Client`](./using-rest-client/)
- [Using `kubernetes.Clientset`](./using-kubernetes-clientset/)
- [Using `dynamic.Interface`](./using-dynamic-interface/)
- [Using `discovery.DiscoveryClient`](./using-discovery-client/)
- [Using labels and selectors](./labels-and-selectors/)
- [Displaying HTTP API calls](./display-http-calls/)
- [Watching for changes](./watching/)
- [Using `RetryWatcher`](./using-retrywatcher/)
- [Using `SharedInformer`](./using-informers/)
- [Using work queues to write a custom Controller](./workqueue/)
- [Using code generators](./using-codegen/)