https://github.com/bryanl/ksgen
https://github.com/bryanl/ksgen
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryanl/ksgen
- Owner: bryanl
- License: apache-2.0
- Created: 2018-02-17T16:44:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T23:44:17.000Z (over 7 years ago)
- Last Synced: 2025-04-13T07:13:57.896Z (about 1 year ago)
- Language: Go
- Size: 3.47 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ksgen
Generate `k8s.libsonnet` and `k.libsonnet` given a path to a Kubernetes swagger file.
```text
Usage of ksgen:
-force
force overwrite of existing output
-k string
path output k.libsonnet (default "k.libsonnet")
-k8s string
path output k8s.libsonnet (default "k8s.libsonnet")
-profile string
create profile output
-trace
create trace output
-url string
URL to Kubernetes OpenAPI swagger JSON (default "http://localhost:8001/swagger.json")
```