diff --git a/pkg/registry/apis/dashboard/register.go b/pkg/registry/apis/dashboard/register.go index 918f2506ffc..7acf642e0d1 100644 --- a/pkg/registry/apis/dashboard/register.go +++ b/pkg/registry/apis/dashboard/register.go @@ -180,9 +180,9 @@ func (b *DashboardsAPIBuilder) GetAPIGroupInfo( } // Summary - resourceInfo = v0alpha1.DashboardSummaryResourceInfo - storage[resourceInfo.StoragePath()] = &summaryStorage{ - resource: resourceInfo, + resourceInfo2 := v0alpha1.DashboardSummaryResourceInfo + storage[resourceInfo2.StoragePath()] = &summaryStorage{ + resource: resourceInfo2, access: b.access, tableConverter: store.TableConvertor, }