mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-29 03:37:54 +00:00
A lot of types are moved and now deprecated which causes lint issues. IDResponse is copied into podman because that has no new 1 to 1 replacement. For some fields that we set as part of the docker API I added the nolint directive as these fields might be used by API consumers. For the other types it is mostly a 1 to 1 move. ParseUintList is deprecated but we can use the same function from github.com/containers/storage/pkg/parsers instead. Note that it containers breaking changes to pkg/bindings which we should not do generally but given the prevoius commit already has a unavoidable breaking change we might as well fix the IDResponse issue once now. Signed-off-by: Paul Holzinger <pholzing@redhat.com> |
||
|---|---|---|
| .. | ||
| archive.go | ||
| attach.go | ||
| checkpoint.go | ||
| commit.go | ||
| containers.go | ||
| create.go | ||
| diff.go | ||
| exec.go | ||
| healthcheck.go | ||
| logs.go | ||
| mount.go | ||
| rename.go | ||
| term_unix.go | ||
| term_windows.go | ||
| types.go | ||
| types_attach_options.go | ||
| types_checkpoint_options.go | ||
| types_commit_options.go | ||
| types_copy_options.go | ||
| types_create_options.go | ||
| types_diff_options.go | ||
| types_execinspect_options.go | ||
| types_execremove_options.go | ||
| types_execstart_options.go | ||
| types_execstartandattach_options.go | ||
| types_exists_options.go | ||
| types_export_options.go | ||
| types_healthcheck_options.go | ||
| types_init_options.go | ||
| types_inspect_options.go | ||
| types_kill_options.go | ||
| types_list_options.go | ||
| types_log_options.go | ||
| types_mount_options.go | ||
| types_mountedcontainerpaths_options.go | ||
| types_pause_options.go | ||
| types_prune_options.go | ||
| types_remove_options.go | ||
| types_rename_options.go | ||
| types_resizeexectty_options.go | ||
| types_resizetty_options.go | ||
| types_restart_options.go | ||
| types_restore_options.go | ||
| types_shouldrestart_options.go | ||
| types_start_options.go | ||
| types_stats_options.go | ||
| types_stop_options.go | ||
| types_top_options.go | ||
| types_unmount_options.go | ||
| types_unpause_options.go | ||
| types_wait_options.go | ||
| update.go | ||