mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-19 22:44:21 +00:00
Merge pull request #1288 from carlisia/c-plugins-II
Split plugin framework into its own package
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