ingress-nginx-helm/vendor/k8s.io/kubernetes/hack/gen-swagger-doc
Manuel de Brito Fontes bf5616c65b Replace godep with dep
2017-10-06 17:26:14 -03:00
..
example-output Replace godep with dep 2017-10-06 17:26:14 -03:00
build.gradle Replace godep with dep 2017-10-06 17:26:14 -03:00
Dockerfile Replace godep with dep 2017-10-06 17:26:14 -03:00
gen-swagger-docs.sh Replace godep with dep 2017-10-06 17:26:14 -03:00
README.md Replace godep with dep 2017-10-06 17:26:14 -03: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,

$ ./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