mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
333311c7ee
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
13 lines
189 B
Go
13 lines
189 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package cgroups
|
|
|
|
func Validate() error {
|
|
return nil
|
|
}
|
|
|
|
func CheckCgroups() (kubeletRoot, runtimeRoot string, controllers map[string]bool) {
|
|
return
|
|
}
|