Split plugin framework into its own package

Signed-off-by: Carlisia <carlisiac@vmware.com>
This commit is contained in:
Carlisia
2019-03-14 18:25:52 -07:00
parent 73514a003b
commit 7dfe58d37f
48 changed files with 1114 additions and 824 deletions

View File

@@ -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"
)