We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67cdc26 + 6933c1b commit 35065cbCopy full SHA for 35065cb
staging/src/k8s.io/client-go/util/workqueue/delaying_queue.go
@@ -87,8 +87,8 @@ func NewDelayingQueueWithConfig(config DelayingQueueConfig) DelayingInterface {
87
// TypedNewDelayingQueue exists for backwards compatibility only.
88
//
89
// Deprecated: use NewTypedDelayingQueueWithConfig instead.
90
-func TypedNewDelayingQueue[T comparable](config TypedDelayingQueueConfig[T]) TypedDelayingInterface[T] {
91
- return NewTypedDelayingQueueWithConfig(config)
+func TypedNewDelayingQueue[T comparable]() TypedDelayingInterface[T] {
+ return NewTypedDelayingQueue[T]()
92
}
93
94
// NewTypedDelayingQueueWithConfig constructs a new workqueue with options to
0 commit comments