Skip to content

Commit

Permalink
Update internal/store/builder.go
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Grisonnet <[email protected]>
  • Loading branch information
kaitoii11 and dgrisonnet authored Nov 24, 2022
1 parent 07af191 commit 991857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ func (b *Builder) buildRoleBindingStores() []cache.Store {
}

func (b *Builder) buildIngressClassStores() []cache.Store {
return b.buildStoresFunc(ingressClassMetricFamilies(b.allowAnnotationsList["ingressclass"], b.allowLabelsList["ingressclass"]), &networkingv1.IngressClass{}, createIngressClassListWatch, b.useAPIServerCache)
return b.buildStoresFunc(ingressClassMetricFamilies(b.allowAnnotationsList["ingressclasses"], b.allowLabelsList["ingressclasses"]), &networkingv1.IngressClass{}, createIngressClassListWatch, b.useAPIServerCache)
}

func (b *Builder) buildStores(
Expand Down

0 comments on commit 991857c

Please sign in to comment.