libpod: fix comment

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2024-06-21 10:07:55 +02:00
parent 298f31ba6f
commit e48f3137c0

View File

@ -349,7 +349,7 @@ type ContainerMiscConfig struct {
Labels map[string]string `json:"labels,omitempty"`
// StopSignal is the signal that will be used to stop the container
StopSignal uint `json:"stopSignal,omitempty"`
// StopTimeout is the signal that will be used to stop the container
// StopTimeout is maximum time a container is allowed to run after getting the stop signal
StopTimeout uint `json:"stopTimeout,omitempty"`
// Timeout is maximum time a container will run before getting the kill signal
Timeout uint `json:"timeout,omitempty"`