From 801b8f18c5d18f8c2d5b8791078736509b047fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20ma=CC=8Ase=CC=81n?= Date: Wed, 12 Apr 2023 17:25:00 +0200 Subject: [PATCH] add missing method in interface --- pkg/types/container.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/types/container.go b/pkg/types/container.go index fb15a0b..752fd11 100644 --- a/pkg/types/container.go +++ b/pkg/types/container.go @@ -67,6 +67,7 @@ type Container interface { VerifyConfiguration() error SetStale(bool) IsStale() bool + IsNoPull() bool SetLinkedToRestarting(bool) IsLinkedToRestarting() bool PreUpdateTimeout() int