Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
sync.Mutex
Engine engine.Engine
Manager manager.BuildManager
Registry core.RegistryService
Secrets core.SecretService
Limits Limits
Volumes []string
Networks []string
Devices []string
Privileged []string
Environ map[string]string
Machine string
Labels map[string]string
Kind string
Type string
Platform string
OS string
Arch string
Kernel string
Variant string
}
Runner is responsible for retrieving and executing builds, and reporting back their status to the central server.
Click to show internal directories.
Click to hide internal directories.