Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitBackgroundScheduler ¶
func InitBackgroundScheduler()
Types ¶
type ContainerStats ¶
type ContainerStats struct { CPU types.CPUStats `json:"cpu_stats,omitempty"` Memory types.MemoryStats `json:"memory_stats,omitempty"` Network map[string]types.NetworkStats `json:"networks,omitempty"` }
type ContainersOnLocal ¶
type Scheduler ¶
type Scheduler struct { }
func (*Scheduler) RunningDockerContainersOnMachine ¶
func (s *Scheduler) RunningDockerContainersOnMachine()
Click to show internal directories.
Click to hide internal directories.