mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
run gen-swagger-docs
This commit is contained in:
parent
15e6ca5ac5
commit
2f012ae036
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user