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