spiegel_podman/pkg/bindings/containers
Jhon Honce 8a7e70919f Refactor manifest list operations
* Update method/function signatures use the manifest list name and
  images associated with the operation explicitly, in general

  func f(ctx context.Context, manifestListName string,
         ImageNames []string, options *fOptions)

* Leverage gorilla/mux Subrouters to support API v3.x and v4.x for
  manifests
* Make manifest API endpoints more RESTful
* Add PUT /manifest/{id} to update existing manifests
* Add manifests.Annotate to go bindings, uncommented unit test
* Add DELETE /manifest/{Id} to remove existing manifest list, use
  PUT /manifest/{id} to remove images from a list
* Deprecated POST /manifest/{id}/add and /manifest/{id}/remove, use
  PUT /manifest/{id} instead
* Corrected swagger godoc and updated to cover API changes
* Update podman manifest commands to use registry.Context()
* Expose utils.GetVar() to obtain query parameters by name
* Unexpose server.registerSwaggerHandlers, not sure why this was ever
  exposed.
* Refactored code to use http.Header instead of map[string]string when
  operating on HTTP headers.
* Add API-Version header support in bindings to allow calling explicate
  versions of the API. Header is _NOT_ forwarded to the API service.

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2022-01-14 16:13:35 -07:00
..
archive.go bindings: reuse context for API requests 2021-11-15 15:42:39 +01:00
attach.go Refactor manifest list operations 2022-01-14 16:13:35 -07:00
checkpoint.go fix remote checkpoint/restore 2021-11-16 14:41:18 +01:00
commit.go bindings: reuse context for API requests 2021-11-15 15:42:39 +01:00
containers.go Add podman rm --depend 2022-01-11 14:33:54 -05:00
create.go bindings: reuse context for API requests 2021-11-15 15:42:39 +01:00
diff.go bindings: reuse context for API requests 2021-11-15 15:42:39 +01:00
exec.go bindings: reuse context for API requests 2021-11-15 15:42:39 +01:00
healthcheck.go bindings: reuse context for API requests 2021-11-15 15:42:39 +01:00
logs.go bindings: reuse context for API requests 2021-11-15 15:42:39 +01:00
mount.go bindings: reuse context for API requests 2021-11-15 15:42:39 +01:00
rename.go bindings: reuse context for API requests 2021-11-15 15:42:39 +01:00
types.go Add podman rm --depend 2022-01-11 14:33:54 -05:00
types_attach_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_checkpoint_options.go Add --file-locks checkpoint/restore option 2021-11-18 19:23:25 +00:00
types_commit_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_copy_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_create_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_diff_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_execinspect_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_execstart_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_execstartandattach_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_exists_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_export_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_healthcheck_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_init_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_inspect_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_kill_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_list_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_log_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_mount_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_mountedcontainerpaths_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_pause_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_prune_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_remove_options.go Add podman rm --depend 2022-01-11 14:33:54 -05:00
types_rename_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_resizeexectty_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_resizetty_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_restart_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_restore_options.go Add --file-locks checkpoint/restore option 2021-11-18 19:23:25 +00:00
types_shouldrestart_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_start_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_stats_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_stop_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_top_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_unmount_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_unpause_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
types_wait_options.go Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00