Merge pull request #1288 from carlisia/c-plugins-II

Split plugin framework into its own package
This commit is contained in:
Steve Kriss
2019-03-19 16:44:58 -06:00
committed by GitHub
48 changed files with 1114 additions and 824 deletions
+1 -1
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"
)