kubernetes/cmd/libs/go2idl/openapi-gen
Kubernetes Submit Queue 96cfe7b938 Merge pull request #36734 from YuPengZTE/devPunctuation
Automatic merge from submit-queue

error strings should not end with punctuation

**What this PR does / why we need it**:
Delete the end punctuation of error strings
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:
https://github.com/golang/go/wiki/CodeReviewComments#error-strings
**Release note**:

```release-note
```

Signed-off-by: yupeng <yu.peng36@zte.com.cn>
2017-02-01 02:55:48 -08:00
..
generators Merge pull request #36734 from YuPengZTE/devPunctuation 2017-02-01 02:55:48 -08:00
.import-restrictions move openapi types to pkg/openapi 2017-01-16 13:40:14 -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.