Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler syncs CRDs in the remote cluster to the local cluster, overrides the existing ones in the local cluster. It's advised to use this together with an EventFilter to filter only the CRDs you'd like to be synced.
func NewReconciler ¶
func NewReconciler(mgr manager.Manager, localClientApplicator runtimeresource.ClientApplicator, logger logging.Logger) *Reconciler
NewReconciler returns a new *Reconciler.
Click to show internal directories.
Click to hide internal directories.