mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-21 17:40:12 +01:00
Added container labels to ContainerReport interface
This commit is contained in:
parent
36391b0ae7
commit
ee49fb953e
7 changed files with 816 additions and 3 deletions
|
|
@ -66,6 +66,7 @@ type Container interface {
|
|||
GetLifecyclePostUpdateCommand() string
|
||||
VerifyConfiguration() error
|
||||
SetStale(bool)
|
||||
Labels() map[string]string
|
||||
IsStale() bool
|
||||
IsNoPull() bool
|
||||
SetLinkedToRestarting(bool)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue