Add the label take precedence check in isMonitorOnly()

This commit is contained in:
jebabin 2023-09-08 16:53:05 +00:00
parent 3d4bac9c78
commit ca227f5a57
5 changed files with 43 additions and 27 deletions

View file

@ -52,7 +52,7 @@ type Container interface {
SafeImageID() ImageID
ImageName() string
Enabled() (bool, bool)
IsMonitorOnly() bool
IsMonitorOnly(UpdateParams) bool
Scope() (string, bool)
Links() []string
ToRestart() bool