ceph-csi/vendor/k8s.io/kubernetes/hack/gen-swagger-doc
2018-07-31 14:53:26 +02:00
..
example-output vendor files 2018-01-10 13:42:26 -05:00
build.gradle vendor files 2018-01-10 13:42:26 -05:00
Dockerfile vendor files 2018-01-10 13:42:26 -05:00
gen-swagger-docs.sh vendor update for CSI 0.3.0 2018-07-31 14:53:26 +02:00
README.md vendor updates 2018-03-07 11:43:06 -05:00

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

To build the container image,

$ sudo docker build -t k8s.gcr.io/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