Commit 2f012ae0 authored by Chao Xu's avatar Chao Xu

run gen-swagger-docs

parent 15e6ca5a
...@@ -76,14 +76,14 @@ func (APIVersions) SwaggerDoc() map[string]string { ...@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment