Skip to content

Commit

Permalink
Merge pull request #20263 from umohnani8/play-doc
Browse files Browse the repository at this point in the history
[CI:DOCS] update kube play delete endpoint docs
  • Loading branch information
openshift-ci[bot] authored Oct 5, 2023
2 parents e467849 + 27f5880 commit 7dc5f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/server/register_kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ func (s *APIServer) registerKubeHandlers(r *mux.Router) error {
// tags:
// - containers
// - pods
// summary: Remove pods from kube play
// description: Tears down pods defined in a YAML file
// summary: Remove resources created from kube play
// description: Tears down pods, secrets, and volumes defined in a YAML file
// parameters:
// - in: query
// name: force
Expand Down

0 comments on commit 7dc5f7b

Please sign in to comment.