mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-05 17:44:44 +00:00
Reuse isReady from create_image commands
I implemented the isReady procedure for adapters for resume -- use it in create too. Signed-off-by: Michael Bridgen <michael@weave.works>
This commit is contained in:
parent
45240bdb71
commit
3b9b2cbe9f
5 changed files with 10 additions and 86 deletions
|
|
@ -41,6 +41,7 @@ type resumable interface {
|
|||
adapter
|
||||
statusable
|
||||
setUnsuspended()
|
||||
successMessage() string
|
||||
}
|
||||
|
||||
type resumeCommand struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue