forked from toolshed/abra
chore: migrate all upstream code to own dir
This commit is contained in:
15
pkg/upstream/stack/options.go
Normal file
15
pkg/upstream/stack/options.go
Normal file
@ -0,0 +1,15 @@
|
||||
package stack
|
||||
|
||||
// Deploy holds docker stack deploy options
|
||||
type Deploy struct {
|
||||
Composefiles []string
|
||||
Namespace string
|
||||
ResolveImage string
|
||||
SendRegistryAuth bool
|
||||
Prune bool
|
||||
}
|
||||
|
||||
// Remove holds docker stack remove options
|
||||
type Remove struct {
|
||||
Namespaces []string
|
||||
}
|
Reference in New Issue
Block a user