mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
swagger: document play kube annotations param
The annotations parameter was not documented, add it. Fixes #20784 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -17,6 +17,10 @@ func (s *APIServer) registerKubeHandlers(r *mux.Router) error {
|
||||
// description: Create and run pods based on a Kubernetes YAML file (pod or service kind).
|
||||
// parameters:
|
||||
// - in: query
|
||||
// name: annotations
|
||||
// type: string
|
||||
// description: JSON encoded value of annotations (a map[string]string).
|
||||
// - in: query
|
||||
// name: logDriver
|
||||
// type: string
|
||||
// description: Logging driver for the containers in the pod.
|
||||
|
Reference in New Issue
Block a user