Skip to content

Commit

Permalink
[CI:DOCS] update kube play delete endpoint docs
Browse files Browse the repository at this point in the history
Update the docs for the DELETE libpod/kube/play endpoint
to mention the resources removed when ran.

Signed-off-by: Urvashi Mohnani <[email protected]>
  • Loading branch information
umohnani8 committed Oct 4, 2023
1 parent 46ca057 commit 27f5880
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 27f5880

Please sign in to comment.