Updates for org move to vmware-tanzu (#1920)

* update import paths to github.com/vmware-tanzu/...

Signed-off-by: Steve Kriss <krisss@vmware.com>

* update other GH org refs to vmware-tanzu

Signed-off-by: Steve Kriss <krisss@vmware.com>

* site and docs: update GH org to vmware-tanzu

Signed-off-by: Steve Kriss <krisss@vmware.com>

* update travis badge links on docs readmes

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2019-09-30 15:26:56 -06:00
committed by Nolan Brubaker
parent d96186473c
commit 48792ece1f
348 changed files with 1059 additions and 1059 deletions

View File

@@ -21,7 +21,7 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc"
proto "github.com/heptio/velero/pkg/plugin/generated"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
)
// BackupItemActionPlugin is an implementation of go-plugin's Plugin

View File

@@ -26,9 +26,9 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
api "github.com/heptio/velero/pkg/apis/velero/v1"
proto "github.com/heptio/velero/pkg/plugin/generated"
"github.com/heptio/velero/pkg/plugin/velero"
api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
)
// NewBackupItemActionPlugin constructs a BackupItemActionPlugin.

View File

@@ -23,9 +23,9 @@ import (
"golang.org/x/net/context"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
api "github.com/heptio/velero/pkg/apis/velero/v1"
proto "github.com/heptio/velero/pkg/plugin/generated"
"github.com/heptio/velero/pkg/plugin/velero"
api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
)
// BackupItemActionGRPCServer implements the proto-generated BackupItemAction interface, and accepts

View File

@@ -28,11 +28,11 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
v1 "github.com/heptio/velero/pkg/apis/velero/v1"
"github.com/heptio/velero/pkg/backup/mocks"
proto "github.com/heptio/velero/pkg/plugin/generated"
"github.com/heptio/velero/pkg/plugin/velero"
velerotest "github.com/heptio/velero/pkg/test"
v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
"github.com/vmware-tanzu/velero/pkg/backup/mocks"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
)
func TestBackupItemActionGRPCServerExecute(t *testing.T) {

View File

@@ -22,7 +22,7 @@ import (
"github.com/stretchr/testify/require"
"google.golang.org/grpc"
"github.com/heptio/velero/pkg/test"
"github.com/vmware-tanzu/velero/pkg/test"
)
type fakeClient struct {

View File

@@ -19,7 +19,7 @@ package framework
import (
"google.golang.org/grpc/status"
proto "github.com/heptio/velero/pkg/plugin/generated"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
)
// fromGRPCError takes a gRPC status error, extracts a stack trace

View File

@@ -19,7 +19,7 @@ package framework
import (
"github.com/sirupsen/logrus"
"github.com/heptio/velero/pkg/util/logging"
"github.com/vmware-tanzu/velero/pkg/util/logging"
)
// newLogger returns a logger that is suitable for use within an

View File

@@ -21,7 +21,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/heptio/velero/pkg/util/logging"
"github.com/vmware-tanzu/velero/pkg/util/logging"
)
func TestNewLogger(t *testing.T) {

View File

@@ -21,7 +21,7 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc"
proto "github.com/heptio/velero/pkg/plugin/generated"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
)
// ObjectStorePlugin is an implementation of go-plugin's Plugin

View File

@@ -24,7 +24,7 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc"
proto "github.com/heptio/velero/pkg/plugin/generated"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
)
const byteChunkSize = 16384

View File

@@ -23,8 +23,8 @@ import (
"github.com/pkg/errors"
"golang.org/x/net/context"
proto "github.com/heptio/velero/pkg/plugin/generated"
"github.com/heptio/velero/pkg/plugin/velero"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
)
// ObjectStoreGRPCServer implements the proto-generated ObjectStoreServer interface, and accepts

View File

@@ -20,7 +20,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/heptio/velero/pkg/test"
"github.com/vmware-tanzu/velero/pkg/test"
)
func TestClientLogger(t *testing.T) {

View File

@@ -22,7 +22,7 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc"
proto "github.com/heptio/velero/pkg/plugin/generated"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
)
// PluginIdentifier uniquely identifies a plugin by command, kind, and name.

View File

@@ -21,7 +21,7 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc"
proto "github.com/heptio/velero/pkg/plugin/generated"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
)
// RestoreItemActionPlugin is an implementation of go-plugin's Plugin

View File

@@ -25,8 +25,8 @@ import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime/schema"
proto "github.com/heptio/velero/pkg/plugin/generated"
"github.com/heptio/velero/pkg/plugin/velero"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
)
var _ velero.RestoreItemAction = &RestoreItemActionGRPCClient{}

View File

@@ -23,9 +23,9 @@ import (
"golang.org/x/net/context"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
api "github.com/heptio/velero/pkg/apis/velero/v1"
proto "github.com/heptio/velero/pkg/plugin/generated"
"github.com/heptio/velero/pkg/plugin/velero"
api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
)
// RestoreItemActionGRPCServer implements the proto-generated RestoreItemActionServer interface, and accepts

View File

@@ -25,7 +25,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/spf13/pflag"
"github.com/heptio/velero/pkg/util/logging"
"github.com/vmware-tanzu/velero/pkg/util/logging"
)
// Server serves registered plugin implementations.

View File

@@ -22,8 +22,8 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
proto "github.com/heptio/velero/pkg/plugin/generated"
"github.com/heptio/velero/pkg/util/logging"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
"github.com/vmware-tanzu/velero/pkg/util/logging"
)
// newGRPCErrorWithCode wraps err in a gRPC status error with the error's stack trace

View File

@@ -21,7 +21,7 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc"
proto "github.com/heptio/velero/pkg/plugin/generated"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
)
// VolumeSnapshotterPlugin is an implementation of go-plugin's Plugin

View File

@@ -25,7 +25,7 @@ import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime"
proto "github.com/heptio/velero/pkg/plugin/generated"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
)
// NewVolumeSnapshotterPlugin constructs a VolumeSnapshotterPlugin.

View File

@@ -23,8 +23,8 @@ import (
"golang.org/x/net/context"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
proto "github.com/heptio/velero/pkg/plugin/generated"
"github.com/heptio/velero/pkg/plugin/velero"
proto "github.com/vmware-tanzu/velero/pkg/plugin/generated"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
)
// VolumeSnapshotterGRPCServer implements the proto-generated VolumeSnapshotterServer interface, and accepts