mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Split plugin framework into its own package
Signed-off-by: Carlisia <carlisiac@vmware.com>
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
"github.com/heptio/velero/pkg/cloudprovider/azure"
|
||||
"github.com/heptio/velero/pkg/cloudprovider/gcp"
|
||||
velerodiscovery "github.com/heptio/velero/pkg/discovery"
|
||||
veleroplugin "github.com/heptio/velero/pkg/plugin"
|
||||
veleroplugin "github.com/heptio/velero/pkg/plugin/framework"
|
||||
"github.com/heptio/velero/pkg/restore"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user