spiegel_podman/pkg/api/server
Jhon Honce 4d301c8c4f Update /_ping support
* Add swagger support and documentation
* Promote handler as there can only ever be one
* Update swagger tags

Between verbs and paths there are four endpoints for /_ping.  I've
attempted to document them well without four copies of the details.
Time will tell.

Clients will use the headers `Libpod-API-Version` and
`Libpod-Buildha-Version` to determine if they are connecting to a Podman
service or some other compatible engine.

Client calls GET(/_ping):
 * VARLINK engines will fail with error message
 * Compatible engines will return 200 without Libpod headers
 * Podman engines will return 200 and Libpod headers

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2020-02-03 11:57:54 -07:00
..
docs.go APIv2 review corrections #3 2020-01-25 15:09:09 -06:00
handler_api.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
listener_api.go Add service endpoint 2020-01-21 16:35:45 -06:00
register_auth.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_containers.go APIv2 review corrections #3 2020-01-25 15:09:09 -06:00
register_distribution.go Enable swagger validation for each PR 2020-01-22 15:17:14 -07:00
register_events.go Enable swagger validation for each PR 2020-01-22 15:17:14 -07:00
register_healthcheck.go Enable swagger validation for each PR 2020-01-22 15:17:14 -07:00
register_images.go Update /_ping support 2020-02-03 11:57:54 -07:00
register_info.go Enable swagger validation for each PR 2020-01-22 15:17:14 -07:00
register_monitor.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_ping.go Update /_ping support 2020-02-03 11:57:54 -07:00
register_plugins.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_pods.go APIv2 review corrections #3 2020-01-25 15:09:09 -06:00
register_swarm.go address review comments before merge 2020-01-10 09:47:19 -06:00
register_system.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_version.go [CI:DOCS]Binding overhauls 2020-01-28 08:42:18 -06:00
register_volumes.go Enable swagger validation for each PR 2020-01-22 15:17:14 -07:00
server.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
swagger.go Review corrections pass #2 2020-01-23 11:58:26 -06:00