Merge pull request #120666 from b8kings0ga/feature/fix-comment-correction
AttachDetachControllerConfiguration.ReconcilerSyncLoopPeriod default value comment fix Kubernetes-commit: 07029999f93654ac91067d148e4b733954fef013
This commit is contained in:
commit
9ab5eed04e
|
@ -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
|
||||
}
|
||||
|
||||
|
|
2
go.mod
2
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
|
||||
|
|
Loading…
Reference in New Issue