Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewHostAliasUpdater = func(clientSet kubernetes.Interface, cesReg registry.Registry) HostAliasUpdater { return &defaultHostAliasUpdater{ generator: alias.NewHostAliasGenerator(cesReg.GlobalConfig()), fetcher: dogu.NewDeploymentFetcher(clientSet), updater: deployment.NewUpdater(clientSet), } }
NewHostAliasUpdater is used to create a new instance of defaultHostAliasUpdater.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.