Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunConfigLoop ¶ added in v0.3.11
func RunConfigLoop(ctx context.Context, enabledFeatures EnabledConfigLoops, starter ConfigLoopStarter) error
Types ¶
type ConfigLoopStarter ¶ added in v0.3.11
type ConfigLoopStarters ¶ added in v0.3.11
type ConfigLoopStarters []ConfigLoopStarter
type EnabledConfigLoops ¶ added in v0.3.11
type RegistrationSyncer ¶
type RegistrationSyncer struct {
// contains filtered or unexported fields
}
registration syncer, activates config syncers based on registered meshes enables istio config syncer as long as there's a registered istio mesh
func NewRegistrationSyncer ¶
func NewRegistrationSyncer(configLoop ...ConfigLoopStarter) *RegistrationSyncer
func (*RegistrationSyncer) Sync ¶
func (s *RegistrationSyncer) Sync(ctx context.Context, snap *v1.RegistrationSnapshot) error
Click to show internal directories.
Click to hide internal directories.