mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
Merge pull request #7035 from ashley-cui/api_gen
Fix Generate API swagger title/description
This commit is contained in:
@ -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:.*
|
||||
|
Reference in New Issue
Block a user