mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
chore(binaries): upgrade binaries [EE-6253] (#10529)
This commit is contained in:
parent
30e4b3e68c
commit
8ee718f808
12 changed files with 167 additions and 195 deletions
|
@ -237,7 +237,7 @@ type (
|
|||
// DockerSnapshotRaw represents all the information related to a snapshot as returned by the Docker API
|
||||
DockerSnapshotRaw struct {
|
||||
Containers []DockerContainerSnapshot `json:"Containers" swaggerignore:"true"`
|
||||
Volumes volume.VolumeListOKBody `json:"Volumes" swaggerignore:"true"`
|
||||
Volumes volume.ListResponse `json:"Volumes" swaggerignore:"true"`
|
||||
Networks []types.NetworkResource `json:"Networks" swaggerignore:"true"`
|
||||
Images []types.ImageSummary `json:"Images" swaggerignore:"true"`
|
||||
Info types.Info `json:"Info" swaggerignore:"true"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue