spiegel_podman/pkg/api/server
baude d4c2aaf38a Add service endpoint
add service endpoint for the new API.  Also supports the varlink
implementation.

Signed-off-by: baude <bbaude@redhat.com>

Refactor to allow developer more control of API server

* Add api.NewServerWithSettings() to create an API server with custom
  settings
* Add api.ListenUnix() to create a UDS net.Listener and setup UDS

Signed-off-by: Jhon Honce <jhonce@redhat.com>
Signed-off-by: baude <bbaude@redhat.com>

More service completion

Add podman service command that allows users to run either a RESTful or
varlink protocol API service.

Addition of docs and RESTful listening.

Signed-off-by: baude <bbaude@redhat.com>
Signed-off-by: Brent Baude <bbaude@redhat.com>
2020-01-21 16:35:45 -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 [CI:DOCS]First pass at review comments 2020-01-21 12:50:41 -06:00
register_distribution.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_events.go swagger documentation updates 2020-01-13 14:33:47 -06:00
register_healthcheck.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_images.go [CI:DOCS]First pass at review comments 2020-01-21 12:50:41 -06:00
register_info.go swagger documentation updates 2020-01-13 14:33:47 -06:00
register_monitor.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_ping.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_plugins.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_pods.go [CI:DOCS]First pass at review comments 2020-01-21 12:50:41 -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 Initial commit on compatible API 2020-01-10 09:41:39 -06:00
register_volumes.go swagger documentation updates 2020-01-13 14:33:47 -06:00
server.go Add service endpoint 2020-01-21 16:35:45 -06:00
swagger.go [CI:DOCS]swagger cleanup and left-hand nav 2020-01-15 14:22:25 -06:00