Added container labels to ContainerReport interface

This commit is contained in:
Stefan Zwanenburg 2023-06-06 23:37:14 +02:00
parent 36391b0ae7
commit ee49fb953e
7 changed files with 816 additions and 3 deletions

View file

@ -66,6 +66,7 @@ type Container interface {
GetLifecyclePostUpdateCommand() string
VerifyConfiguration() error
SetStale(bool)
Labels() map[string]string
IsStale() bool
IsNoPull() bool
SetLinkedToRestarting(bool)