Merge pull request #20788 from Luap99/play-kube-swagger

[CI:DOCS] swagger: document play kube annotations param
This commit is contained in:
openshift-merge-bot[bot]
2023-11-28 10:54:11 +00:00
committed by GitHub

View File

@ -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.