https://github.com/bzon/k8s-node-lister
https://github.com/bzon/k8s-node-lister
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bzon/k8s-node-lister
- Owner: bzon
- Created: 2018-12-18T15:16:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T16:35:20.000Z (over 7 years ago)
- Last Synced: 2025-01-22T08:28:33.431Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## node-lister
List nodes in Kubernetes according to the `-with-label` flag.
```bash
go run main.go -with-label db
```