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 78d2e52 commit 7eb4838Copy full SHA for 7eb4838
pkg/scheduler/eventhandlers.go
@@ -398,7 +398,7 @@ func AddAllEventHandlers(
398
)
399
400
if utilfeature.DefaultFeatureGate.Enabled(features.CSINodeInfo) {
401
- informerFactory.Storage().V1beta1().CSINodes().Informer().AddEventHandler(
+ informerFactory.Storage().V1().CSINodes().Informer().AddEventHandler(
402
cache.ResourceEventHandlerFuncs{
403
AddFunc: sched.onCSINodeAdd,
404
UpdateFunc: sched.onCSINodeUpdate,
0 commit comments