Merge pull request #15909 from cdoern/restore

fix restore API endpoint
This commit is contained in:
OpenShift Merge Robot
2022-09-29 23:02:00 +02:00
committed by GitHub
3 changed files with 6 additions and 4 deletions

View File

@ -1516,6 +1516,10 @@ func (s *APIServer) registerContainersHandlers(r *mux.Router) error {
// name: printStats
// type: boolean
// description: add restore statistics to the returned RestoreReport
// - in: query
// name: pod
// type: string
// description: pod to restore into
// produces:
// - application/json
// responses: