k3s/cmd/libs/go2idl/openapi-gen
Mike Danese df713b478c fix tests by declaring testdata 2016-10-21 17:32:32 -07:00
..
generators fix tests by declaring testdata 2016-10-21 17:32:32 -07:00
.import-restrictions allow openapi import 2016-09-22 14:59:45 -07:00
BUILD autogenerated 2016-10-21 17:32:32 -07:00
README Improvements on OpenAPI spec generation: 2016-09-12 18:47:03 -07:00
main.go use gengo dep 2016-09-22 13:44:02 -07:00

README

# Generate OpenAPI definitions

- To generate definition for a specific type or package add "+k8s:openapi-gen=true" tag to the type/package comment lines.
- To exclude a type or a member from a tagged package/type, add "+k8s:openapi-gen=false" tag to the comment lines.