Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultHostAliasUpdater ¶ added in v0.4.0
type DefaultHostAliasUpdater struct {
// contains filtered or unexported fields
}
func NewHostAliasUpdater ¶
func NewHostAliasUpdater(clientSet kubernetes.Interface, generator hostAliasGenerator) *DefaultHostAliasUpdater
NewHostAliasUpdater is used to create a new instance of DefaultHostAliasUpdater.
func (*DefaultHostAliasUpdater) UpdateHosts ¶ added in v0.4.0
func (hau *DefaultHostAliasUpdater) UpdateHosts(ctx context.Context, namespace string) error
UpdateHosts updates all dogu deployments with host information like fqdn, internal ip and additional hosts from ces registry.
Click to show internal directories.
Click to hide internal directories.