Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalReconcilerInvoker ¶
type LocalReconcilerInvoker struct {
// contains filtered or unexported fields
}
func NewLocalReconcilerInvoker ¶
func NewLocalReconcilerInvoker(reconRepo reconciliation.Repository, statusFunc ReconcilerStatusFunc, logger *zap.SugaredLogger) *LocalReconcilerInvoker
type NoFallbackReconcilerDefinedError ¶
type NoFallbackReconcilerDefinedError struct { }
func (*NoFallbackReconcilerDefinedError) Error ¶
func (err *NoFallbackReconcilerDefinedError) Error() string
type ReconcilerStatusFunc ¶
type ReconcilerStatusFunc func(component string, msg *reconciler.CallbackMessage)
ReconcilerStatusFunc can be passed by caller to retrieve status updates
type RemoteReconcilerInvoker ¶
type RemoteReconcilerInvoker struct {
// contains filtered or unexported fields
}
func NewRemoteReconcilerInvoker ¶
func NewRemoteReconcilerInvoker(reconRepo reconciliation.Repository, cfg *config.Config, logger *zap.SugaredLogger) *RemoteReconcilerInvoker
Click to show internal directories.
Click to hide internal directories.