// Those methods can be generated by using hack/update-generated-swagger-docs.sh
// AUTO-GENERATED FUNCTIONS START HERE
varmap_APIVersion=map[string]string{
"":"An APIVersion represents a single concrete version of an object model.",
"name":"Name of this version (e.g. 'v1').",
}
func(APIVersion)SwaggerDoc()map[string]string{
returnmap_APIVersion
}
varmap_AllowedHostPath=map[string]string{
"":"defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.",
"pathPrefix":"is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.\n\nExamples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`",
"":"A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api.",
"metadata":"Standard object metadata",
"description":"Description is the description of this object.",
"versions":"Versions are versions for this third party object",