Skip to content

Commit de8b1b4

Browse files
committed
fix typo
1 parent 51df8fe commit de8b1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/store/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ func (b *Builder) buildRoleStores() []cache.Store {
439439
}
440440

441441
func (b *Builder) buildClusterRoleBindingStores() []cache.Store {
442-
return b.buildStoresFunc(clusterRoleBindingMetricFamilies(b.allowAnnotationsList["clusterrolebindings"], b.allowLabelsList["clusterrolebindings"]), &rbacv1.RoleBinding{}, createClusterRoleBindingListWatch, b.useAPIServerCache)
442+
return b.buildStoresFunc(clusterRoleBindingMetricFamilies(b.allowAnnotationsList["clusterrolebindings"], b.allowLabelsList["clusterrolebindings"]), &rbacv1.ClusterRoleBinding{}, createClusterRoleBindingListWatch, b.useAPIServerCache)
443443
}
444444

445445
func (b *Builder) buildRoleBindingStores() []cache.Store {

0 commit comments

Comments
 (0)