k3s/pkg/cli/cmds/const_windows.go
Brad Davidson 85987ac23f Fix default pause image on windows
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-02-07 07:46:19 -08:00

8 lines
94 B
Go

//go:build windows
// +build windows
package cmds
const (
DefaultSnapshotter = "windows"
)