This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
containerd
Watch
1
Star
0
Fork
You've already forked containerd
0
Code
Pull requests
Releases
Activity
c63b541ab0
containerd
/
supervisor
/
machine.go
7 lines
70 B
Go
Raw
Normal View
History
Unescape
Escape
Move supervisor to it's own package It allows to keep main namespace cleaner Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-12-18 00:07:04 +00:00
package
supervisor
Change /containers to /state with machine info Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-12-03 19:49:56 +00:00
type
Machine
struct
{
Cpus
int
Memory
int64
}
Copy permalink