1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/k8s.io/kubernetes/hack/gen-swagger-doc
2016-12-03 22:43:32 -08:00
..
example-output Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
build.gradle Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
Dockerfile Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
gen-swagger-docs.sh Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
README.md Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00

This folder contains the sources needed to build the gen-swagger-doc container.

To build the container image,

$ sudo docker build -t gcr.io/google_containers/gen-swagger-docs:v1 .

To generate the html docs,

$ ./run-gen-swagger-docs.sh <API version> <absolute output path, default to PWD>

The generated definitions.html and operations.html will be stored in output paths.

Analytics