https://github.com/ncdc/kube-discovery-dynamic-client-example
Example code using discovery and a dynamic client to list all resources in a Kubernetes cluster
https://github.com/ncdc/kube-discovery-dynamic-client-example
Last synced: 8 months ago
JSON representation
Example code using discovery and a dynamic client to list all resources in a Kubernetes cluster
- Host: GitHub
- URL: https://github.com/ncdc/kube-discovery-dynamic-client-example
- Owner: ncdc
- License: apache-2.0
- Created: 2023-02-01T14:52:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T14:53:16.000Z (over 3 years ago)
- Last Synced: 2025-02-26T21:52:03.884Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kube-discovery-dynamic-client-example
This is an example that shows using discovery with a dynamic client to list all API resources in a Kubernetes cluster,
optionally matching a label selector.