mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 18:29:31 +00:00
9 lines
117 B
Go
9 lines
117 B
Go
// +build linux
|
|
|
|
package cmds
|
|
|
|
const (
|
|
DefaultPauseImage = "rancher/pause:3.1"
|
|
DefaultSnapshotter = "overlayfs"
|
|
)
|