mirror of https://github.com/k3s-io/k3s
Merge pull request #2160 from brandond/dqlite_args
Remove lingering references to dqlitepull/2166/head
commit
9687d814d7
@ -1,7 +0,0 @@
|
|||||||
// +build dqlite
|
|
||||||
|
|
||||||
package cmds
|
|
||||||
|
|
||||||
const (
|
|
||||||
hideDqlite = false
|
|
||||||
)
|
|
@ -0,0 +1,7 @@
|
|||||||
|
// +build !no_etcd
|
||||||
|
|
||||||
|
package cmds
|
||||||
|
|
||||||
|
const (
|
||||||
|
hideClusterFlags = false
|
||||||
|
)
|
@ -1,7 +1,7 @@
|
|||||||
// +build !dqlite
|
// +build no_etcd
|
||||||
|
|
||||||
package cmds
|
package cmds
|
||||||
|
|
||||||
const (
|
const (
|
||||||
hideDqlite = true
|
hideClusterFlags = true
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in new issue