Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v0.7.22
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 ¶ added in v0.7.22
func NewController( registryClient registry.RegistryClient, containerFrontend containerutil.ContainerFrontend, darwinProxy bool, darwinProxyImage string, darwinProxyWait time.Duration, cons conslog.ConsoleLogger, ) *Controller
NewController creates and returns a new registry proxy controller.
Click to show internal directories.
Click to hide internal directories.