diff --git a/config/v1alpha1/types.go b/config/v1alpha1/types.go index 6aaa3e1..df201d9 100644 --- a/config/v1alpha1/types.go +++ b/config/v1alpha1/types.go @@ -177,7 +177,7 @@ type AttachDetachControllerConfiguration struct { // This flag enables or disables reconcile. Is false by default, and thus enabled. DisableAttachDetachReconcilerSync bool // ReconcilerSyncLoopPeriod is the amount of time the reconciler sync states loop - // wait between successive executions. Is set to 5 sec by default. + // wait between successive executions. Is set to 60 sec by default. ReconcilerSyncLoopPeriod metav1.Duration } diff --git a/go.mod b/go.mod index 8ce340f..2447c03 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ replace ( k8s.io/api => k8s.io/api v0.0.0-20231011070906-133964c1133a k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20231011070637-1ca6c696c8e4 k8s.io/apiserver => k8s.io/apiserver v0.0.0-20231011072619-a98816fb0a41 - k8s.io/client-go => k8s.io/client-go v0.0.0-20231011071243-cf4002bbbf85 + k8s.io/client-go => k8s.io/client-go v0.0.0-20231011150411-57d597c1d633 k8s.io/cloud-provider => k8s.io/cloud-provider v0.0.0-20231011074958-3b1b9c171c31 k8s.io/component-base => k8s.io/component-base v0.0.0-20231011071914-d2d2799059b6 k8s.io/component-helpers => k8s.io/component-helpers v0.0.0-20231011072036-2cfdfb492663