mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-30 06:29:53 +00:00
8 lines
70 B
Go
8 lines
70 B
Go
// +build !no_etcd
|
|
|
|
package cmds
|
|
|
|
const (
|
|
hideClusterFlags = false
|
|
)
|