diff --git a/pkg/resources/allocator.go b/pkg/resources/allocator.go index d541bb37a..193620f1e 100644 --- a/pkg/resources/allocator.go +++ b/pkg/resources/allocator.go @@ -41,7 +41,7 @@ func NewPackedAllocator() *PackedAllocator { } // NewDefaultAllocator create instance of Allocator -func NewDefaultAllocator() types.Allocator { +func NewDefaultAllocator() *DefaultAllocator { return &DefaultAllocator{} }