Browse Source

delete nocluster file and remove build tag

Signed-off-by: Brian Downs <brian.downs@gmail.com>
pull/3155/head
Brian Downs 4 years ago
parent
commit
4a49b9e40b
  1. 7
      pkg/cli/cmds/nocluster.go
  2. 2
      pkg/cluster/etcd.go

7
pkg/cli/cmds/nocluster.go

@ -1,7 +0,0 @@
// +build no_etcd
package cmds
const (
hideClusterFlags = true
)

2
pkg/cluster/etcd.go

@ -1,5 +1,3 @@
// +build !no_etcd
package cluster
import (

Loading…
Cancel
Save