Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigSyncer ¶
type ConfigSyncer struct {
// contains filtered or unexported fields
}
func NewConfigSyncer ¶
func NewConfigSyncer(ctx context.Context, cluster *config.UserContext, manager *manager.Manager) *ConfigSyncer
func (*ConfigSyncer) ClusterSync ¶
func (d *ConfigSyncer) ClusterSync(key string, alert *v3.ClusterAlert) error
func (*ConfigSyncer) NotifierSync ¶
func (d *ConfigSyncer) NotifierSync(key string, alert *v3.Notifier) error
func (*ConfigSyncer) ProjectSync ¶
func (d *ConfigSyncer) ProjectSync(key string, alert *v3.ProjectAlert) error
Click to show internal directories.
Click to hide internal directories.