kubernetes/cmd/libs/go2idl/openapi-gen
2017-01-11 09:09:48 -05:00
..
generators start the apimachinery repo 2017-01-11 09:09:48 -05:00
.import-restrictions k8s.io/apimachinery scripts 2017-01-11 08:15:34 -05:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
main.go use gengo dep 2016-09-22 13:44:02 -07:00
README Improvements on OpenAPI spec generation: 2016-09-12 18:47:03 -07:00

# 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.