mirror of
https://github.com/containers/podman.git
synced 2025-08-02 01:09:21 +08:00
enable podman v2 networking for remote client
Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -24,6 +24,15 @@ type swagErrNoSuchContainer struct {
|
||||
}
|
||||
}
|
||||
|
||||
// No such network
|
||||
// swagger:response NoSuchNetwork
|
||||
type swagErrNoSuchNetwork struct {
|
||||
// in:body
|
||||
Body struct {
|
||||
entities.ErrorModel
|
||||
}
|
||||
}
|
||||
|
||||
// No such exec instance
|
||||
// swagger:response NoSuchExecInstance
|
||||
type swagErrNoSuchExecInstance struct {
|
||||
|
Reference in New Issue
Block a user