run gen-swagger-docs

This commit is contained in:
Chao Xu 2015-11-05 15:49:52 -08:00
parent 15e6ca5ac5
commit 2f012ae036

View File

@ -76,14 +76,14 @@ func (APIVersions) SwaggerDoc() map[string]string {
return map_APIVersions return map_APIVersions
} }
var map_GroupVersion = map[string]string{ var map_GroupVersionForDiscovery = map[string]string{
"": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensiblity.", "": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensiblity.",
"groupVersion": "groupVersion specifies the API group and version in the form \"group/version\"", "groupVersion": "groupVersion specifies the API group and version in the form \"group/version\"",
"version": "version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.", "version": "version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.",
} }
func (GroupVersion) SwaggerDoc() map[string]string { func (GroupVersionForDiscovery) SwaggerDoc() map[string]string {
return map_GroupVersion return map_GroupVersionForDiscovery
} }
var map_ListMeta = map[string]string{ var map_ListMeta = map[string]string{