https://github.com/itzg/try-watch-pod-labels
Trying out the kubernetes client-go to watch and cache pod labels
https://github.com/itzg/try-watch-pod-labels
client-go example kubernetes-api
Last synced: 25 days ago
JSON representation
Trying out the kubernetes client-go to watch and cache pod labels
- Host: GitHub
- URL: https://github.com/itzg/try-watch-pod-labels
- Owner: itzg
- License: mit
- Created: 2019-12-30T03:01:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-01T01:38:00.000Z (over 6 years ago)
- Last Synced: 2025-01-14T08:52:01.174Z (over 1 year ago)
- Topics: client-go, example, kubernetes-api
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Trying out the kubernetes client-go to watch and cache pod labels
## Skaffold Notes
Make sure to configure a proper default image repository via `--default-repo` or the equivalent in your IDE, such as the following in IntelliJ:

> Learn more about [skaffold](https://skaffold.dev/) and how to use it [within your favorite IDE](https://cloud.google.com/code/)