Skip to content

Commit

Permalink
Fix Generate API title/description
Browse files Browse the repository at this point in the history
generate kube title and descritopn was same as play kube for apiv2 docs

Signed-off-by: Ashley Cui <[email protected]>
  • Loading branch information
ashley-cui authored and mheon committed Jul 22, 2020
1 parent a5f5e45 commit 7461baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/server/register_generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ func (s *APIServer) registerGenerateHandlers(r *mux.Router) error {
// tags:
// - containers
// - pods
// summary: Play a Kubernetes YAML file.
// description: Create and run pods based on a Kubernetes YAML file (pod or service kind).
// summary: Generate a Kubernetes YAML file.
// description: Generate Kubernetes YAML based on a pod or container.
// parameters:
// - in: path
// name: name:.*
Expand Down

0 comments on commit 7461baf

Please sign in to comment.