[CI:DOCS] update kube play delete endpoint docs

Update the docs for the DELETE libpod/kube/play endpoint
to mention the resources removed when ran.

Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
Urvashi Mohnani
2023-10-04 14:49:39 -04:00
parent 46ca057f6b
commit 27f58803de

View File

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