mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-31 08:39:51 +00:00
8 lines
68 B
Go
8 lines
68 B
Go
// +build no_etcd
|
|
|
|
package cmds
|
|
|
|
const (
|
|
hideClusterFlags = true
|
|
)
|