mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
[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:
@ -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
|
||||
|
Reference in New Issue
Block a user