fix comment mistake, run "make update"

This commit is contained in:
b8kings0ga 2023-09-14 18:51:55 +08:00
parent 4eb6b3907a
commit 9345da51ac
3 changed files with 3 additions and 3 deletions

View File

@ -27,6 +27,6 @@ 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
}

View File

@ -51996,7 +51996,7 @@ func schema_k8sio_kube_controller_manager_config_v1alpha1_AttachDetachController
},
"ReconcilerSyncLoopPeriod": {
SchemaProps: spec.SchemaProps{
Description: "ReconcilerSyncLoopPeriod is the amount of time the reconciler sync states loop wait between successive executions. Is set to 5 sec by default.",
Description: "ReconcilerSyncLoopPeriod is the amount of time the reconciler sync states loop wait between successive executions. Is set to 60 sec by default.",
Default: 0,
Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Duration"),
},

View File

@ -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
}