mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
use cluster.ContainerConfig
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
package state
|
||||
|
||||
import (
|
||||
"github.com/samalba/dockerclient"
|
||||
)
|
||||
import "github.com/docker/swarm/cluster"
|
||||
|
||||
// RequestedState is exported
|
||||
type RequestedState struct {
|
||||
ID string
|
||||
Name string
|
||||
Config *dockerclient.ContainerConfig
|
||||
Config *cluster.ContainerConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user