https://github.com/pplu/kubernetes-openapi-test
https://github.com/pplu/kubernetes-openapi-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pplu/kubernetes-openapi-test
- Owner: pplu
- Created: 2018-06-19T21:04:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T21:09:46.000Z (about 8 years ago)
- Last Synced: 2025-04-09T05:46:46.390Z (about 1 year ago)
- Language: Perl
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Got `v2.json` from a minikube (v1.10.0) http://127.0.0.1:8001/openapi/v2
More info: https://kubernetes.io/docs/concepts/overview/kubernetes-api/#openapi-and-swagger-definitions
test.pl is set to execute against a kubernetes API on localhost (with `kubectl proxy` for example). It
takes a while to execute because of what seems JSON validation and parsing by OpenAPI::Client.