containerd/supervisor/machine.go

7 lines
70 B
Go

package supervisor
type Machine struct {
Cpus int
Memory int64
}