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.
1 parent f182d0e commit 565d30cCopy full SHA for 565d30c
pkg/lib/queueinformer/config.go
@@ -197,7 +197,7 @@ func WithQueueInformers(queueInformers ...*QueueInformer) OperatorOption {
197
}
198
199
200
-// WithQueueInformers registers a set of initial Informers with an Operator.
+// WithInformers registers a set of initial Informers with an Operator.
201
func WithInformers(informers ...cache.SharedIndexInformer) OperatorOption {
202
return func(config *operatorConfig) {
203
config.informers = informers
0 commit comments