Documentation
¶
Overview ¶
Package regproxy provides a local registry proxy controller to handle authenticated container image pulls within builds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller handles the management of the registry proxy. This may also include the Darwin proxy used to enable Docker Desktop setups.
func NewController ¶
func NewController( registryClient registry.RegistryClient, containerFrontend containerutil.ContainerFrontend, darwinProxy bool, darwinProxyImage string, darwinProxyWait time.Duration, log *conslog.ConsoleLogger, ) *Controller
NewController creates and returns a new registry proxy controller.
Click to show internal directories.
Click to hide internal directories.