There is a small typo in one of the example files (/examples/multiclustersync/main.go)
I believe secretSyncReconcier is supposed to be secretSyncReconciler.
// secretSyncReconcier is a simple reconciler that keeps all secrets in the source namespace of a given
// source cluster in sync with the secrets in the target namespace of all target clusters.
type secretSyncReconcier struct {
source client.Client
targets map[string]client.Client
}
I would be happy to take this one!