Skip to content

Commit 88e9b10

Browse files
committed
Allow to use selector when listing clusterroles
1 parent 12b6215 commit 88e9b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/authorization/registry/role/policybased/virtual_storage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (m *VirtualStorage) NewList() runtime.Object {
4747
}
4848

4949
func (m *VirtualStorage) List(ctx kapi.Context, options *kapi.ListOptions) (runtime.Object, error) {
50-
policyList, err := m.PolicyStorage.ListPolicies(ctx, options)
50+
policyList, err := m.PolicyStorage.ListPolicies(ctx, &kapi.ListOptions{})
5151
if err != nil {
5252
return nil, err
5353
}

0 commit comments

Comments
 (0)