Integrate new metrics provider option in test case

Kubernetes-commit: 9e83e7e975dd5971e60e9768e06520aa5ebf9bf8
This commit is contained in:
austin ce
2022-12-02 14:08:11 -05:00
committed by Kubernetes Publisher
parent e0785d6713
commit 9668243c04
2 changed files with 0 additions and 113 deletions

View File

@@ -44,7 +44,6 @@ func NewNamed(name string, opts ...QueueOption) *Type {
// newNamedQueueWithCustomClock constructs a new named workqueue
// with ability to inject real or fake clock for testing purposes
// TODO(austince): should WithUpdatePeriod be a QueueOption? Could this func then be public?
func newNamedQueueWithCustomClock(clock clock.WithTicker, name string, updatePeriod time.Duration, opts ...QueueOption) *Type {
config := NewConfig(opts...)