github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/monitor/internal/k8s/runtime_cache_windows.go (about) 1 // +build windows 2 3 package k8smonitor 4 5 func sandboxIsRunning(pid int) (bool, error) { 6 // TODO: implement 7 return true, nil 8 }