mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
systemd/generate: remove unused infra container field
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -27,8 +27,6 @@ type ContainerInfo struct {
|
|||||||
ServiceName string
|
ServiceName string
|
||||||
// Name or ID of the container.
|
// Name or ID of the container.
|
||||||
ContainerName string
|
ContainerName string
|
||||||
// InfraContainer of the pod.
|
|
||||||
InfraContainer string
|
|
||||||
// StopTimeout sets the timeout Podman waits before killing the container
|
// StopTimeout sets the timeout Podman waits before killing the container
|
||||||
// during service stop.
|
// during service stop.
|
||||||
StopTimeout uint
|
StopTimeout uint
|
||||||
|
Reference in New Issue
Block a user