@@ -1085,15 +1085,15 @@ func (r *resourceReconciler) getEndpointURL(
10851085// getResyncPeriod returns the period of the recurring reconciler process which ensures the desired 
10861086// state of custom resources is maintained. 
10871087// It attempts to retrieve the duration from the following sources, in this order: 
1088- // 1. A resource-specific reconciliation resync period specified in the reconciliation resync 
1089- //    configuration map (--reconcile-default-resync-seconds). 
1090- // 2. A resource-specific requeue on success period specified by the resource manager factory. 
1091- //    The resource manager factory is controller-specific, and thus this period is to specified 
1092- //    by controller authors (using ack-generate). 
1093- // 3. The default reconciliation resync period period specified in the controller binary flags. 
1094- //    (--reconcile-resource-resync-seconds) 
1095- // 4. The default resync period defined in the ACK runtime package. Defined in defaultResyncPeriod 
1096- //    within the same file 
1088+ //   1. A resource-specific reconciliation resync period specified in the reconciliation resync 
1089+ //      configuration map (--reconcile-default-resync-seconds). 
1090+ //   2. A resource-specific requeue on success period specified by the resource manager factory. 
1091+ //      The resource manager factory is controller-specific, and thus this period is to specified 
1092+ //      by controller authors (using ack-generate). 
1093+ //   3. The default reconciliation resync period period specified in the controller binary flags. 
1094+ //      (--reconcile-resource-resync-seconds) 
1095+ //   4. The default resync period defined in the ACK runtime package. Defined in defaultResyncPeriod 
1096+ //      within the same file 
10971097// 
10981098// Each reconciler has a unique value to use. This function should only be called during the 
10991099// instantiation of an AWSResourceReconciler and should not be called during the reconciliation 
0 commit comments