// Those methods can be generated by using hack/update-generated-swagger-docs.sh
// AUTO-GENERATED FUNCTIONS START HERE
varmap_APIGroup=map[string]string{
"":"APIGroup contains the name, the supported versions, and the preferred version of a group.",
"name":"name is the name of the group.",
"versions":"versions are the versions supported in this group.",
"preferredVersion":"preferredVersion is the version preferred by the API server, which probably is the storage version.",
}
func(APIGroup)SwaggerDoc()map[string]string{
returnmap_APIGroup
}
varmap_APIGroupList=map[string]string{
"":"APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.",
"groups":"groups is a list of APIGroup.",
}
func(APIGroupList)SwaggerDoc()map[string]string{
returnmap_APIGroupList
}
varmap_APIResource=map[string]string{
"":"APIResource specifies the name of a resource and whether it is namespaced.",
"name":"name is the name of the resource.",
"namespaced":"namespaced indicates if a resource is namespaced or not.",
}
func(APIResource)SwaggerDoc()map[string]string{
returnmap_APIResource
}
varmap_APIResourceList=map[string]string{
"":"APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.",
"groupVersion":"groupVersion is the group and version this APIResourceList is for.",
"resources":"resources contains the name of the resources and if they are namespaced.",
"":"APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.",
"versions":"versions are the api versions that are available.",
}
func(APIVersions)SwaggerDoc()map[string]string{
returnmap_APIVersions
}
varmap_GroupVersion=map[string]string{
"":"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\"",
"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{
returnmap_GroupVersion
}
varmap_ListMeta=map[string]string{
"":"ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"selfLink":"SelfLink is a URL representing this object. Populated by the system. Read-only.",