podman/pkg/api/handlers/libpod
Jhon Honce 5b79cf15a0 Swagger refactor/cleanup
* Remove duplicate or unused types and constants
* Move all documetation-only models and responses into swagger package
* Remove all unecessary names, go-swagger will determine names from
  struct declarations
* Use Libpod suffix to differentiate between compat and libpod models
  and responses. Taken from swagger:operation declarations.
* Models and responses that start with lowercase are for swagger use
  only while uppercase are used "as is" in the code and swagger comments
* Used gofumpt on new code

```release-note

```

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2022-05-19 15:24:18 -07:00
..
containers.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
containers_create.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
containers_stats.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
generate.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
healthcheck.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
images_pull.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
manifests.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
networks.go Add version guard to libpod API endpoints 2022-02-09 14:22:42 -07:00
play.go play kube default log driver 2022-05-04 12:52:27 +01:00
pods.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
secrets.go pkg/api: do not register decoder in endpoint handler 2022-04-29 14:06:54 +02:00
swagger_spec.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
system.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
volumes.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00