mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-19 14:57:55 +00:00
Replace deprecated swagger:alias with swagger:model for ImagePullStatus and ArtifactPullStatus. Add explicit swagger:model annotations with unique names to Podman types that collide with vendor types (DriverData, PruneReport, RootFS, Secret, ThrottleDevice, WeightDevice, Version) to resolve colliding model name warnings from go-swagger. The types from libpod/define use a Libpod prefix, matching LibpodInfo which already does that. Apart from the prefix the names are the ones go-swagger derives on its own, so the annotations mostly just make the naming explicit so the tool stops warning about it. This does not close #29199 entirely. The two remaining name collisions (Mount and Summary) are each between two vendored types, so they cannot be controlled from the Podman side, and the dropped-ref-sibling warnings are a separate problem. Related: #29199 Signed-off-by: Satwik Sai Prakash Sahoo <sahoospsatwik@gmail.com> |
||
|---|---|---|
| .. | ||
| annotations.go | ||
| autoupdate.go | ||
| checkpoint_restore.go | ||
| config.go | ||
| container.go | ||
| container_inspect.go | ||
| containerstate.go | ||
| diff.go | ||
| errors.go | ||
| exec_codes.go | ||
| exit_code_propagation.go | ||
| fileinfo.go | ||
| healthchecks.go | ||
| info.go | ||
| mount.go | ||
| mount_freebsd.go | ||
| mount_linux.go | ||
| mount_unsupported.go | ||
| pod_inspect.go | ||
| podstate.go | ||
| runtime.go | ||
| sdnotify.go | ||
| version.go | ||
| volume_inspect.go | ||