mirror of https://github.com/containers/podman.git
systemd/generate: remove unused infra container field
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
636881ece5
commit
7f5aabb083
|
@ -27,8 +27,6 @@ type ContainerInfo struct {
|
|||
ServiceName string
|
||||
// Name or ID of the container.
|
||||
ContainerName string
|
||||
// InfraContainer of the pod.
|
||||
InfraContainer string
|
||||
// StopTimeout sets the timeout Podman waits before killing the container
|
||||
// during service stop.
|
||||
StopTimeout uint
|
||||
|
|
Loading…
Reference in New Issue