Documentation ¶
Overview ¶
Package external implements mocks that implement 3rd party interfaces, t. i. interfaces which we do not control. In order to avoid package dependency cycles these mock implementations reside in this package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerManager ¶
type DoguRegistry ¶
type DoguRegistry interface { registry.DoguRegistry }
type EventRecorder ¶
type EventRecorder interface { record.EventRecorder }
type HostAliasGenerator ¶ added in v0.27.0
HostAliasGenerator creates host aliases from fqdn, internal ip and additional host configuration.
type K8sSubResourceWriter ¶
type K8sSubResourceWriter interface { client.SubResourceWriter }
type RemoteExecutor ¶
type RemoteExecutor interface { remotecommand.Executor }
type RemoteRegistry ¶
RemoteRegistry is able to manage the remote dogu registry.
Click to show internal directories.
Click to hide internal directories.