Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLinkerdConfigSyncer ¶
func NewLinkerdConfigSyncer(translator linkerd.Translator, reconcilers Reconcilers, reporter reporter.Reporter) v1.ConfigSyncer
Types ¶
type Reconcilers ¶
type Reconcilers interface {
ReconcileAll(ctx context.Context, config *linkerd.MeshConfig) error
}
func NewLinkerdReconcilers ¶
func NewLinkerdReconcilers(ownerLabels map[string]string, serviceProfileReconciler linkerdv1.ServiceProfileReconciler) Reconcilers
Click to show internal directories.
Click to hide internal directories.