mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
feat(stacks): simplify WaitForStatus() BE-11505 (#241)
This commit is contained in:
parent
35dcb5ca46
commit
13317ec43c
4 changed files with 52 additions and 61 deletions
|
@ -18,7 +18,7 @@ type Deployer interface {
|
|||
Pull(ctx context.Context, filePaths []string, options Options) error
|
||||
Run(ctx context.Context, filePaths []string, serviceName string, options RunOptions) error
|
||||
Validate(ctx context.Context, filePaths []string, options Options) error
|
||||
WaitForStatus(ctx context.Context, name string, status Status) <-chan WaitResult
|
||||
WaitForStatus(ctx context.Context, name string, status Status) WaitResult
|
||||
Config(ctx context.Context, filePaths []string, options Options) ([]byte, error)
|
||||
GetExistingEdgeStacks(ctx context.Context) ([]EdgeStack, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue