Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RequiredCrds = []string{ clientset.ServiceProfileCrdName, }
crds required for to sync Istio
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, serviceProfileClientLoader clientset.ServiceProfileClientLoader) Reconcilers
Click to show internal directories.
Click to hide internal directories.