Documentation
¶
Index ¶
- Variables
- func NewExecutionPoller(runner *runtime2.Runner, client runnerclient.Client) *poller.Poller
- func NewExecutionRunner(config *types.Config, client runnerclient.Client, resolver *resolver.Manager) (*runtime2.Runner, error)
- func ProvideExecutionPoller(runner *runtime2.Runner, client runnerclient.Client) *poller.Poller
- func ProvideExecutionRunner(config *types.Config, client runnerclient.Client, resolver *resolver.Manager) (*runtime2.Runner, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Privileged = []string{
"plugins/docker",
"plugins/acr",
"plugins/ecr",
"plugins/gcr",
"plugins/heroku",
}
Privileged provides a list of plugins that execute with privileged capabilities in order to run Docker in Docker.
View Source
var WireSet = wire.NewSet( ProvideExecutionRunner, ProvideExecutionPoller, )
WireSet provides a wire set for this package.
Functions ¶
func NewExecutionPoller ¶
func NewExecutionRunner ¶
func ProvideExecutionPoller ¶
ProvideExecutionPoller provides a poller which can poll the manager for new builds and execute them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.