mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05:00
7 lines
76 B
Go
7 lines
76 B
Go
//go:build linux
|
|
|
|
package cmds
|
|
|
|
const (
|
|
DefaultSnapshotter = "overlayfs"
|
|
)
|