mirror of
https://github.com/rancher/plugins.git
synced 2025-07-08 04:29:48 +00:00
8 lines
141 B
Go
8 lines
141 B
Go
package uvm
|
|
|
|
import "github.com/Microsoft/hcsshim/internal/hcs"
|
|
|
|
func (uvm *UtilityVM) ComputeSystem() *hcs.System {
|
|
return uvm.hcsSystem
|
|
}
|