// +build !linuxpackagelibpodimport("context")// NewPod makes a new, empty podfunc(r*Runtime)NewPod(options...PodCreateOption)(*Pod,error){returnnil,ErrOSNotSupported}func(r*Runtime)removePod(ctxcontext.Context,p*Pod,removeCtrs,forcebool)error{returnErrOSNotSupported}