From fd1e1fdb185325a1ffe0b1aa51313921191020b3 Mon Sep 17 00:00:00 2001 From: b8kings0ga <641124270@qq.com> Date: Thu, 14 Sep 2023 18:51:55 +0800 Subject: [PATCH] fix comment mistake, run "make update" Kubernetes-commit: 9345da51ac4f073e22f8c6e934a4a0f80ad50623 --- config/v1alpha1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }