mirror of https://github.com/docker/docs.git
swarmd -> swarm
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
43accba357
commit
ed2db9a85b
|
@ -13,8 +13,8 @@ import (
|
|||
"strings"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/docker/libcluster"
|
||||
"github.com/docker/libcluster/scheduler"
|
||||
"github.com/docker/libcluster/swarm"
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/samalba/dockerclient"
|
||||
)
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"net/http"
|
||||
"sync"
|
||||
|
||||
"github.com/docker/libcluster"
|
||||
"github.com/docker/libcluster/swarm"
|
||||
)
|
||||
|
||||
type eventsHandler struct {
|
||||
|
|
|
@ -6,12 +6,12 @@ import (
|
|||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/docker/libcluster"
|
||||
"github.com/docker/libcluster/api"
|
||||
"github.com/docker/libcluster/discovery"
|
||||
"github.com/docker/libcluster/scheduler"
|
||||
"github.com/docker/libcluster/scheduler/filter"
|
||||
"github.com/docker/libcluster/scheduler/strategy"
|
||||
"github.com/docker/libcluster/swarm"
|
||||
)
|
||||
|
||||
type logHandler struct {
|
|
@ -1,7 +1,7 @@
|
|||
package filter
|
||||
|
||||
import (
|
||||
"github.com/docker/libcluster"
|
||||
"github.com/docker/libcluster/swarm"
|
||||
"github.com/samalba/dockerclient"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@ import (
|
|||
"fmt"
|
||||
"sync"
|
||||
|
||||
"github.com/docker/libcluster"
|
||||
"github.com/docker/libcluster/scheduler/filter"
|
||||
"github.com/docker/libcluster/scheduler/strategy"
|
||||
"github.com/docker/libcluster/swarm"
|
||||
"github.com/samalba/dockerclient"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"errors"
|
||||
"sort"
|
||||
|
||||
"github.com/docker/libcluster"
|
||||
"github.com/docker/libcluster/swarm"
|
||||
"github.com/samalba/dockerclient"
|
||||
)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"math/rand"
|
||||
"time"
|
||||
|
||||
"github.com/docker/libcluster"
|
||||
"github.com/docker/libcluster/swarm"
|
||||
"github.com/samalba/dockerclient"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package strategy
|
||||
|
||||
import (
|
||||
"github.com/docker/libcluster"
|
||||
"github.com/docker/libcluster/swarm"
|
||||
"github.com/samalba/dockerclient"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue