cri-o/vendor/k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00
..
generators Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
.import-restrictions Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
BUILD Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
main.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
README Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08: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.