Fix Generate API title/description

generate kube title and descritopn was same as play kube for apiv2 docs

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2020-07-21 10:03:25 -04:00
parent 17f9b80600
commit 5d25d1808a

View File

@@ -13,8 +13,8 @@ func (s *APIServer) registerGenerateHandlers(r *mux.Router) error {
// tags: // tags:
// - containers // - containers
// - pods // - pods
// summary: Play a Kubernetes YAML file. // summary: Generate a Kubernetes YAML file.
// description: Create and run pods based on a Kubernetes YAML file (pod or service kind). // description: Generate Kubernetes YAML based on a pod or container.
// parameters: // parameters:
// - in: path // - in: path
// name: name:.* // name: name:.*