mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
Merge pull request #20788 from Luap99/play-kube-swagger
[CI:DOCS] swagger: document play kube annotations param
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).
|
// description: Create and run pods based on a Kubernetes YAML file (pod or service kind).
|
||||||
// parameters:
|
// parameters:
|
||||||
// - in: query
|
// - in: query
|
||||||
|
// name: annotations
|
||||||
|
// type: string
|
||||||
|
// description: JSON encoded value of annotations (a map[string]string).
|
||||||
|
// - in: query
|
||||||
// name: logDriver
|
// name: logDriver
|
||||||
// type: string
|
// type: string
|
||||||
// description: Logging driver for the containers in the pod.
|
// description: Logging driver for the containers in the pod.
|
||||||
|
Reference in New Issue
Block a user