scheduler

package
v0.0.0-...-4caa0be Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2024 License: MIT Imports: 8 Imported by: 0

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 ContainersOnLocal struct {
	ID           string
	Names        []string
	Image        string
	Status       string
	Created      int64
	Stats        ContainerStats
	PortMappings string
}

type Scheduler

type Scheduler struct {
}

func (*Scheduler) RunningDockerContainersOnMachine

func (s *Scheduler) RunningDockerContainersOnMachine()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL