mirror of https://github.com/k3s-io/k3s
Brad Davidson
4 years ago
committed by
GitHub
7 changed files with 17 additions and 16 deletions
@ -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 |
||||
|
||||
const ( |
||||
hideDqlite = true |
||||
hideClusterFlags = true |
||||
) |
||||
|
Loading…
Reference in new issue