Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + type Controller struct + func NewController(ops *config.SyncOption, serverInfo *types.ServerInfo, disc *discovery.Client, ...) *Controller + func (c *Controller) OnAdd(add common.Cluster) + func (c *Controller) OnDelete(del common.Cluster) + func (c *Controller) OnUpdate(old, new common.Cluster) + func (c *Controller) Run(ctx context.Context)