File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ type HostInfo struct {
126126 // ServiceIsRemote is true when the podman/libpod service is remote to the client
127127 ServiceIsRemote bool `json:"serviceIsRemote"`
128128 Security SecurityInfo `json:"security"`
129- Slirp4NetNS SlirpInfo `json:"slirp4netns,omitempty"`
130129 SwapFree int64 `json:"swapFree"`
131130 SwapTotal int64 `json:"swapTotal"`
132131 Uptime string `json:"uptime"`
@@ -139,13 +138,6 @@ type RemoteSocket struct {
139138 Exists bool `json:"exists,omitempty"`
140139}
141140
142- // SlirpInfo describes the slirp executable that is being used.
143- type SlirpInfo struct {
144- Executable string `json:"executable"`
145- Package string `json:"package"`
146- Version string `json:"version"`
147- }
148-
149141// IDMappings describe the GID and UID mappings.
150142type IDMappings struct {
151143 GIDMap []idtools.IDMap `json:"gidmap"`
You can’t perform that action at this time.
0 commit comments