Skip to content

Commit

Permalink
Merge pull request #20788 from Luap99/play-kube-swagger
Browse files Browse the repository at this point in the history
[CI:DOCS] swagger: document play kube annotations param
  • Loading branch information
openshift-merge-bot[bot] authored Nov 28, 2023
2 parents 3a841ce + 386c8d6 commit bb48c2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/api/server/register_kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bb48c2e

Please sign in to comment.