Documentation ¶
Index ¶
Constants ¶
View Source
const ( SuccessMessage = "successfully synced resource: %s in namespace: %s" FailedMessage = "failed synced resource: %s in namespace: %s with error: %v" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestStrategyReconciler ¶
type RestStrategyReconciler struct { client.Client Scheme *runtime.Scheme Logger log.Loggeriface IsNamespaced bool Namespace string // ResyncPeriod in minutes // the amount of minutes to wait after successful // apply of resource before re-applying again // ResyncPeriod int // FailedResourceResyncPeriod the amount of time // to wait after a failed item was processed FailedResourceResyncPeriod int ConfigManagerConfig *generator.GenVarsConfig }
RestStrategyReconciler reconciles a RestStrategy object
func (*RestStrategyReconciler) SetupWithManager ¶
func (r *RestStrategyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.