mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 07:09:28 +00:00
8 lines
76 B
Go
8 lines
76 B
Go
//go:build linux
|
|
|
|
package cmds
|
|
|
|
const (
|
|
DefaultSnapshotter = "overlayfs"
|
|
)
|