K8s/Dashboards: Delegate large objects to blob store (#94943)

This commit is contained in:
Ryan McKinley
2024-11-09 08:09:46 +03:00
committed by GitHub
parent b1c5aa0929
commit c0de407fee
20 changed files with 442 additions and 81 deletions

View File

@ -176,7 +176,7 @@ func testSetup(t testing.TB, opts ...setupOption) (context.Context, storage.Inte
storage.DefaultNamespaceScopedAttr,
make(map[string]storage.IndexerFunc, 0),
nil,
LargeObjectSupportDisabled,
StorageOptions{},
)
if err != nil {
return nil, nil, nil, err