From 48792ece1f6b10d732b57477059a6b32dd10e25d Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Mon, 30 Sep 2019 15:26:56 -0600 Subject: [PATCH] Updates for org move to vmware-tanzu (#1920) * update import paths to github.com/vmware-tanzu/... Signed-off-by: Steve Kriss * update other GH org refs to vmware-tanzu Signed-off-by: Steve Kriss * site and docs: update GH org to vmware-tanzu Signed-off-by: Steve Kriss * update travis badge links on docs readmes Signed-off-by: Steve Kriss --- .goreleaser.yml | 4 +- .travis.yml | 2 +- CHANGELOG.md | 24 +++++------ Makefile | 2 +- README.md | 8 ++-- cmd/velero/main.go | 4 +- hack/gen-docs.sh | 4 +- hack/issue-template-gen/main.go | 2 +- hack/update-fmt.sh | 2 +- hack/update-generated-crd-code.sh | 6 +-- pkg/archive/extractor.go | 2 +- pkg/archive/parser.go | 4 +- pkg/archive/parser_test.go | 2 +- pkg/backup/backup.go | 14 +++---- pkg/backup/backup_pv_action.go | 6 +-- pkg/backup/backup_pv_action_test.go | 8 ++-- pkg/backup/backup_test.go | 24 +++++------ pkg/backup/delete_helpers.go | 4 +- pkg/backup/group_backupper.go | 8 ++-- pkg/backup/item_backupper.go | 18 ++++---- pkg/backup/item_backupper_test.go | 2 +- pkg/backup/item_hook_handler.go | 8 ++-- pkg/backup/item_hook_handler_test.go | 6 +-- pkg/backup/mocks/item_action.go | 4 +- pkg/backup/pod_action.go | 6 +-- pkg/backup/pod_action_test.go | 6 +-- pkg/backup/request.go | 6 +-- pkg/backup/resource_backupper.go | 12 +++--- pkg/backup/service_account_action.go | 8 ++-- pkg/backup/service_account_action_test.go | 6 +-- pkg/builder/backup_builder.go | 2 +- .../backup_storage_location_builder.go | 2 +- pkg/builder/pod_volume_backup_builder.go | 2 +- pkg/builder/restore_builder.go | 2 +- pkg/builder/schedule_builder.go | 2 +- pkg/builder/server_status_request_builder.go | 2 +- .../volume_snapshot_location_builder.go | 2 +- pkg/client/client.go | 2 +- pkg/client/factory.go | 4 +- pkg/cloudprovider/aws/object_store.go | 4 +- pkg/cloudprovider/aws/object_store_test.go | 2 +- pkg/cloudprovider/aws/volume_snapshotter.go | 2 +- pkg/cloudprovider/azure/object_store.go | 2 +- pkg/cloudprovider/azure/volume_snapshotter.go | 2 +- pkg/cloudprovider/gcp/object_store.go | 2 +- pkg/cloudprovider/gcp/object_store_test.go | 2 +- pkg/cloudprovider/gcp/volume_snapshotter.go | 2 +- .../gcp/volume_snapshotter_test.go | 2 +- pkg/cmd/cli/backup/backup.go | 2 +- pkg/cmd/cli/backup/create.go | 16 +++---- pkg/cmd/cli/backup/create_test.go | 6 +-- pkg/cmd/cli/backup/delete.go | 10 ++--- pkg/cmd/cli/backup/describe.go | 12 +++--- pkg/cmd/cli/backup/download.go | 8 ++-- pkg/cmd/cli/backup/get.go | 8 ++-- pkg/cmd/cli/backup/logs.go | 8 ++-- pkg/cmd/cli/backuplocation/backup_location.go | 2 +- pkg/cmd/cli/backuplocation/create.go | 10 ++--- pkg/cmd/cli/backuplocation/get.go | 8 ++-- pkg/cmd/cli/bug/bug.go | 8 ++-- pkg/cmd/cli/client/client.go | 2 +- pkg/cmd/cli/client/config/get.go | 4 +- pkg/cmd/cli/client/config/set.go | 4 +- pkg/cmd/cli/completion/completion.go | 2 +- pkg/cmd/cli/create/create.go | 12 +++--- pkg/cmd/cli/delete/delete.go | 8 ++-- pkg/cmd/cli/delete_options.go | 6 +-- pkg/cmd/cli/describe/describe.go | 8 ++-- pkg/cmd/cli/get/get.go | 14 +++---- pkg/cmd/cli/install/install.go | 14 +++---- pkg/cmd/cli/plugin/add.go | 6 +-- pkg/cmd/cli/plugin/get.go | 8 ++-- pkg/cmd/cli/plugin/plugin.go | 2 +- pkg/cmd/cli/plugin/remove.go | 4 +- pkg/cmd/cli/restic/repo/get.go | 8 ++-- pkg/cmd/cli/restic/repo/repo.go | 2 +- pkg/cmd/cli/restic/restic.go | 4 +- pkg/cmd/cli/restic/server.go | 20 ++++----- pkg/cmd/cli/restic/server_test.go | 4 +- pkg/cmd/cli/restore/create.go | 14 +++---- pkg/cmd/cli/restore/delete.go | 8 ++-- pkg/cmd/cli/restore/describe.go | 10 ++--- pkg/cmd/cli/restore/get.go | 8 ++-- pkg/cmd/cli/restore/logs.go | 8 ++-- pkg/cmd/cli/restore/restore.go | 2 +- pkg/cmd/cli/schedule/create.go | 10 ++--- pkg/cmd/cli/schedule/delete.go | 8 ++-- pkg/cmd/cli/schedule/describe.go | 8 ++-- pkg/cmd/cli/schedule/get.go | 8 ++-- pkg/cmd/cli/schedule/schedule.go | 2 +- pkg/cmd/cli/serverstatus/server_status.go | 6 +-- pkg/cmd/cli/snapshotlocation/create.go | 10 ++--- pkg/cmd/cli/snapshotlocation/get.go | 8 ++-- .../cli/snapshotlocation/snapshot_location.go | 2 +- pkg/cmd/cli/version/version.go | 10 ++--- pkg/cmd/cli/version/version_test.go | 10 ++--- pkg/cmd/server/plugin/plugin.go | 16 +++---- pkg/cmd/server/server.go | 38 ++++++++--------- pkg/cmd/server/server_test.go | 4 +- .../util/downloadrequest/downloadrequest.go | 4 +- .../downloadrequest/downloadrequest_test.go | 4 +- pkg/cmd/util/output/backup_describer.go | 8 ++-- pkg/cmd/util/output/backup_printer.go | 2 +- pkg/cmd/util/output/backup_printer_test.go | 2 +- .../output/backup_storage_location_printer.go | 2 +- pkg/cmd/util/output/output.go | 4 +- pkg/cmd/util/output/plugin_printer.go | 2 +- pkg/cmd/util/output/restic_repo_printer.go | 2 +- pkg/cmd/util/output/restore_describer.go | 8 ++-- pkg/cmd/util/output/restore_printer.go | 2 +- pkg/cmd/util/output/schedule_describer.go | 2 +- pkg/cmd/util/output/schedule_printer.go | 2 +- .../volume_snapshot_location_printer.go | 2 +- pkg/cmd/velero/velero.go | 42 +++++++++---------- pkg/controller/backup_controller.go | 28 ++++++------- pkg/controller/backup_controller_test.go | 24 +++++------ pkg/controller/backup_deletion_controller.go | 24 +++++------ .../backup_deletion_controller_test.go | 26 ++++++------ pkg/controller/backup_sync_controller.go | 14 +++---- pkg/controller/backup_sync_controller_test.go | 20 ++++----- pkg/controller/download_request_controller.go | 14 +++---- .../download_request_controller_test.go | 20 ++++----- pkg/controller/gc_controller.go | 12 +++--- pkg/controller/gc_controller_test.go | 12 +++--- .../pod_volume_backup_controller.go | 14 +++---- .../pod_volume_backup_controller_test.go | 4 +- .../pod_volume_restore_controller.go | 16 +++---- .../pod_volume_restore_controller_test.go | 12 +++--- .../restic_repository_controller.go | 10 ++--- pkg/controller/restore_controller.go | 32 +++++++------- pkg/controller/restore_controller_test.go | 30 ++++++------- pkg/controller/schedule_controller.go | 14 +++---- pkg/controller/schedule_controller_test.go | 14 +++---- .../server_status_request_controller.go | 14 +++---- pkg/discovery/helper.go | 2 +- pkg/discovery/helper_test.go | 4 +- .../clientset/versioned/clientset.go | 2 +- .../versioned/fake/clientset_generated.go | 6 +-- .../clientset/versioned/fake/register.go | 2 +- .../clientset/versioned/scheme/register.go | 2 +- .../versioned/typed/velero/v1/backup.go | 4 +- .../typed/velero/v1/backupstoragelocation.go | 4 +- .../typed/velero/v1/deletebackuprequest.go | 4 +- .../typed/velero/v1/downloadrequest.go | 4 +- .../typed/velero/v1/fake/fake_backup.go | 2 +- .../v1/fake/fake_backupstoragelocation.go | 2 +- .../v1/fake/fake_deletebackuprequest.go | 2 +- .../velero/v1/fake/fake_downloadrequest.go | 2 +- .../velero/v1/fake/fake_podvolumebackup.go | 2 +- .../velero/v1/fake/fake_podvolumerestore.go | 2 +- .../velero/v1/fake/fake_resticrepository.go | 2 +- .../typed/velero/v1/fake/fake_restore.go | 2 +- .../typed/velero/v1/fake/fake_schedule.go | 2 +- .../v1/fake/fake_serverstatusrequest.go | 2 +- .../velero/v1/fake/fake_velero_client.go | 2 +- .../v1/fake/fake_volumesnapshotlocation.go | 2 +- .../typed/velero/v1/podvolumebackup.go | 4 +- .../typed/velero/v1/podvolumerestore.go | 4 +- .../typed/velero/v1/resticrepository.go | 4 +- .../versioned/typed/velero/v1/restore.go | 4 +- .../versioned/typed/velero/v1/schedule.go | 4 +- .../typed/velero/v1/serverstatusrequest.go | 4 +- .../typed/velero/v1/velero_client.go | 4 +- .../typed/velero/v1/volumesnapshotlocation.go | 4 +- .../informers/externalversions/factory.go | 6 +-- .../informers/externalversions/generic.go | 2 +- .../internalinterfaces/factory_interfaces.go | 2 +- .../externalversions/velero/interface.go | 4 +- .../externalversions/velero/v1/backup.go | 8 ++-- .../velero/v1/backupstoragelocation.go | 8 ++-- .../velero/v1/deletebackuprequest.go | 8 ++-- .../velero/v1/downloadrequest.go | 8 ++-- .../externalversions/velero/v1/interface.go | 2 +- .../velero/v1/podvolumebackup.go | 8 ++-- .../velero/v1/podvolumerestore.go | 8 ++-- .../velero/v1/resticrepository.go | 8 ++-- .../externalversions/velero/v1/restore.go | 8 ++-- .../externalversions/velero/v1/schedule.go | 8 ++-- .../velero/v1/serverstatusrequest.go | 8 ++-- .../velero/v1/volumesnapshotlocation.go | 8 ++-- pkg/generated/listers/velero/v1/backup.go | 2 +- .../velero/v1/backupstoragelocation.go | 2 +- .../listers/velero/v1/deletebackuprequest.go | 2 +- .../listers/velero/v1/downloadrequest.go | 2 +- .../listers/velero/v1/podvolumebackup.go | 2 +- .../listers/velero/v1/podvolumerestore.go | 2 +- .../listers/velero/v1/resticrepository.go | 2 +- pkg/generated/listers/velero/v1/restore.go | 2 +- pkg/generated/listers/velero/v1/schedule.go | 2 +- .../listers/velero/v1/serverstatusrequest.go | 2 +- .../velero/v1/volumesnapshotlocation.go | 2 +- pkg/install/install.go | 2 +- pkg/install/resources.go | 6 +-- pkg/persistence/mocks/backup_store.go | 6 +-- pkg/persistence/object_store.go | 8 ++-- pkg/persistence/object_store_test.go | 16 +++---- pkg/plugin/clientmgmt/client_builder.go | 4 +- pkg/plugin/clientmgmt/client_builder_test.go | 6 +-- pkg/plugin/clientmgmt/manager.go | 4 +- pkg/plugin/clientmgmt/manager_test.go | 4 +- pkg/plugin/clientmgmt/process.go | 2 +- pkg/plugin/clientmgmt/process_test.go | 2 +- pkg/plugin/clientmgmt/registry.go | 4 +- pkg/plugin/clientmgmt/registry_test.go | 2 +- .../restartable_backup_item_action.go | 6 +-- .../restartable_backup_item_action_test.go | 8 ++-- .../clientmgmt/restartable_delegate_test.go | 2 +- .../clientmgmt/restartable_object_store.go | 4 +- .../restartable_object_store_test.go | 4 +- .../restartable_restore_item_action.go | 4 +- .../restartable_restore_item_action_test.go | 8 ++-- .../restartable_volume_snapshotter.go | 4 +- .../restartable_volume_snapshotter_test.go | 4 +- pkg/plugin/framework/backup_item_action.go | 2 +- .../framework/backup_item_action_client.go | 6 +-- .../framework/backup_item_action_server.go | 6 +-- .../framework/backup_item_action_test.go | 10 ++--- pkg/plugin/framework/client_dispenser_test.go | 2 +- pkg/plugin/framework/client_errors.go | 2 +- pkg/plugin/framework/logger.go | 2 +- pkg/plugin/framework/logger_test.go | 2 +- pkg/plugin/framework/object_store.go | 2 +- pkg/plugin/framework/object_store_client.go | 2 +- pkg/plugin/framework/object_store_server.go | 4 +- pkg/plugin/framework/plugin_base_test.go | 2 +- pkg/plugin/framework/plugin_lister.go | 2 +- pkg/plugin/framework/restore_item_action.go | 2 +- .../framework/restore_item_action_client.go | 4 +- .../framework/restore_item_action_server.go | 6 +-- pkg/plugin/framework/server.go | 2 +- pkg/plugin/framework/server_errors.go | 4 +- pkg/plugin/framework/volume_snapshotter.go | 2 +- .../framework/volume_snapshotter_client.go | 2 +- .../framework/volume_snapshotter_server.go | 4 +- pkg/plugin/mocks/manager.go | 2 +- pkg/plugin/mocks/process_factory.go | 2 +- pkg/plugin/velero/backup_item_action.go | 2 +- pkg/plugin/velero/restore_item_action.go | 2 +- pkg/podexec/pod_command_executor.go | 2 +- pkg/podexec/pod_command_executor_test.go | 4 +- pkg/restic/backupper.go | 6 +-- pkg/restic/common.go | 10 ++--- pkg/restic/common_test.go | 10 ++--- pkg/restic/config.go | 6 +-- pkg/restic/config_test.go | 2 +- pkg/restic/exec_commands.go | 6 +-- pkg/restic/exec_commands_test.go | 4 +- pkg/restic/mocks/restorer.go | 2 +- pkg/restic/repository_ensurer.go | 10 ++--- pkg/restic/repository_manager.go | 14 +++---- pkg/restic/restorer.go | 6 +-- pkg/restore/add_pv_from_pvc_action.go | 4 +- pkg/restore/add_pv_from_pvc_action_test.go | 6 +-- pkg/restore/add_pvc_from_pod_action.go | 4 +- pkg/restore/add_pvc_from_pod_action_test.go | 6 +-- pkg/restore/change_storageclass_action.go | 4 +- .../change_storageclass_action_test.go | 4 +- pkg/restore/job_action.go | 2 +- pkg/restore/job_action_test.go | 4 +- pkg/restore/merge_service_account_test.go | 2 +- pkg/restore/mocks/item_action.go | 2 +- pkg/restore/pod_action.go | 2 +- pkg/restore/pod_action_test.go | 4 +- pkg/restore/pv_restorer.go | 8 ++-- pkg/restore/pv_restorer_test.go | 16 +++---- pkg/restore/restic_restore_action.go | 16 +++---- pkg/restore/restic_restore_action_test.go | 14 +++---- pkg/restore/restore.go | 30 ++++++------- pkg/restore/restore_test.go | 30 ++++++------- pkg/restore/service_account_action.go | 4 +- pkg/restore/service_account_action_test.go | 4 +- pkg/restore/service_action.go | 2 +- pkg/restore/service_action_test.go | 4 +- pkg/serverstatusrequest/process.go | 8 ++-- pkg/serverstatusrequest/process_test.go | 10 ++--- pkg/test/api_server.go | 2 +- pkg/test/fake_dynamic.go | 2 +- pkg/test/fake_file_system.go | 2 +- pkg/test/mock_pod_command_executor.go | 2 +- pkg/util/encode/encode.go | 4 +- pkg/util/kube/utils_test.go | 6 +-- pkg/util/logging/error_location_hook_test.go | 2 +- pkg/util/logging/format_flag.go | 2 +- pkg/util/logging/log_level_flag.go | 2 +- pkg/util/logging/log_location_hook.go | 6 +-- pkg/util/logging/log_location_hook_test.go | 4 +- site/README-JEKYLL.md | 2 +- site/_config.yml | 32 +++++++------- ...Back-up-and-Migrate-Kubernetes-Clusters.md | 2 +- .../2019-05-20-velero-1.0-has-arrived.md | 4 +- .../2019-08-22-announcing-velero-1.1.md | 10 ++--- site/community.md | 6 +-- site/docs/master/README.md | 10 ++--- site/docs/master/aws-config.md | 4 +- site/docs/master/azure-config.md | 4 +- site/docs/master/build-from-source.md | 6 +-- site/docs/master/faq.md | 2 +- site/docs/master/gcp-config.md | 4 +- site/docs/master/get-started.md | 6 +-- site/docs/master/hooks.md | 2 +- site/docs/master/ibm-config.md | 4 +- site/docs/master/image-tagging.md | 2 +- site/docs/master/migrating-to-velero.md | 2 +- site/docs/master/oracle-config.md | 6 +-- site/docs/master/plugins.md | 8 ++-- site/docs/master/restic.md | 2 +- site/docs/master/start-contributing.md | 6 +-- site/docs/master/support-matrix.md | 4 +- site/docs/master/troubleshooting.md | 2 +- site/docs/master/upgrade-to-1.1.md | 2 +- site/docs/master/zenhub.md | 2 +- site/docs/v1.0.0/README.md | 12 +++--- site/docs/v1.0.0/aws-config.md | 4 +- site/docs/v1.0.0/azure-config.md | 4 +- site/docs/v1.0.0/build-from-source.md | 10 ++--- site/docs/v1.0.0/faq.md | 2 +- site/docs/v1.0.0/gcp-config.md | 4 +- site/docs/v1.0.0/get-started.md | 6 +-- site/docs/v1.0.0/hooks.md | 2 +- site/docs/v1.0.0/ibm-config.md | 4 +- site/docs/v1.0.0/image-tagging.md | 2 +- site/docs/v1.0.0/migrating-to-velero.md | 2 +- site/docs/v1.0.0/oracle-config.md | 6 +-- site/docs/v1.0.0/plugins.md | 8 ++-- site/docs/v1.0.0/restic.md | 2 +- site/docs/v1.0.0/support-matrix.md | 4 +- site/docs/v1.0.0/troubleshooting.md | 2 +- site/docs/v1.0.0/upgrade-to-1.0.md | 4 +- site/docs/v1.1.0/README.md | 10 ++--- site/docs/v1.1.0/aws-config.md | 4 +- site/docs/v1.1.0/azure-config.md | 4 +- site/docs/v1.1.0/build-from-source.md | 6 +-- site/docs/v1.1.0/development.md | 4 +- site/docs/v1.1.0/faq.md | 2 +- site/docs/v1.1.0/gcp-config.md | 4 +- site/docs/v1.1.0/get-started.md | 6 +-- site/docs/v1.1.0/hooks.md | 2 +- site/docs/v1.1.0/ibm-config.md | 4 +- site/docs/v1.1.0/image-tagging.md | 2 +- site/docs/v1.1.0/migrating-to-velero.md | 2 +- site/docs/v1.1.0/oracle-config.md | 4 +- site/docs/v1.1.0/plugins.md | 8 ++-- site/docs/v1.1.0/restic.md | 2 +- site/docs/v1.1.0/start-contributing.md | 6 +-- site/docs/v1.1.0/support-matrix.md | 4 +- site/docs/v1.1.0/troubleshooting.md | 2 +- site/docs/v1.1.0/upgrade-to-1.1.md | 2 +- site/index.html | 4 +- 348 files changed, 1059 insertions(+), 1059 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a0977a017..02ad04934 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -41,7 +41,7 @@ builds: - goos: windows goarch: ppc64le ldflags: - - -X "github.com/heptio/velero/pkg/buildinfo.Version={{ .Tag }}" -X "github.com/heptio/velero/pkg/buildinfo.GitSHA={{ .FullCommit }}" -X "github.com/heptio/velero/pkg/buildinfo.GitTreeState={{ .Env.GIT_TREE_STATE }}" + - -X "github.com/vmware-tanzu/velero/pkg/buildinfo.Version={{ .Tag }}" -X "github.com/vmware-tanzu/velero/pkg/buildinfo.GitSHA={{ .FullCommit }}" -X "github.com/vmware-tanzu/velero/pkg/buildinfo.GitTreeState={{ .Env.GIT_TREE_STATE }}" archives: - name_template: "{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}" wrap_in_directory: true @@ -52,7 +52,7 @@ checksum: name_template: 'CHECKSUM' release: github: - owner: heptio + owner: vmware-tanzu name: velero draft: true prerelease: auto diff --git a/.travis.yml b/.travis.yml index 0398606d5..550269e12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +27,5 @@ deploy: skip_cleanup: true script: hack/gcr-push.sh on: - repo: heptio/velero + repo: vmware-tanzu/velero all_branches: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 40088d36f..e2e42d568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,15 +17,15 @@ * [CHANGELOG-0.3.md][1] -[11]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-1.1.md -[10]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-1.0.md -[9]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.11.md -[8]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.10.md -[7]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.9.md -[6]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.8.md -[5]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.7.md -[4]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.6.md -[3]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.5.md -[2]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.4.md -[1]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.3.md -[0]: https://github.com/heptio/velero/blob/master/changelogs/unreleased +[11]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-1.1.md +[10]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-1.0.md +[9]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-0.11.md +[8]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-0.10.md +[7]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-0.9.md +[6]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-0.8.md +[5]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-0.7.md +[4]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-0.6.md +[3]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-0.5.md +[2]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-0.4.md +[1]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/CHANGELOG-0.3.md +[0]: https://github.com/vmware-tanzu/velero/blob/master/changelogs/unreleased diff --git a/Makefile b/Makefile index e3bfa6c14..d1e5cc753 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ BIN ?= velero # This repo's root import path (under GOPATH). -PKG := github.com/heptio/velero +PKG := github.com/vmware-tanzu/velero # Where to push the docker image. REGISTRY ?= gcr.io/heptio-images diff --git a/README.md b/README.md index 73f45e44f..a8b3231f1 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ If you are ready to jump in and test, add code, or help with documentation, foll See [the list of releases][6] to find out about feature changes. -[1]: https://travis-ci.org/heptio/velero.svg?branch=master -[2]: https://travis-ci.org/heptio/velero -[4]: https://github.com/heptio/velero/issues -[6]: https://github.com/heptio/velero/releases +[1]: https://travis-ci.org/vmware-tanzu/velero.svg?branch=master +[2]: https://travis-ci.org/vmware-tanzu/velero +[4]: https://github.com/vmware-tanzu/velero/issues +[6]: https://github.com/vmware-tanzu/velero/releases [9]: https://kubernetes.io/docs/setup/ [10]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-homebrew-on-macos [11]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#tabset-1 diff --git a/cmd/velero/main.go b/cmd/velero/main.go index 192f3c0fe..ece94f161 100644 --- a/cmd/velero/main.go +++ b/cmd/velero/main.go @@ -22,8 +22,8 @@ import ( "k8s.io/klog" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/velero" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/velero" ) func main() { diff --git a/hack/gen-docs.sh b/hack/gen-docs.sh index 465096149..041d8513a 100755 --- a/hack/gen-docs.sh +++ b/hack/gen-docs.sh @@ -67,7 +67,7 @@ rm site/_data/$NEW_DOCS_TOC.yml && cp site/_data/master-toc.yml site/_data/$NEW_ if [[ $(uname) == "Darwin" ]]; then echo "[OS X] updating version-specific links" find site/docs/${NEW_DOCS_VERSION} -type f -name "*.md" | xargs sed -i '' "s|https://velero.io/docs/master|https://velero.io/docs/$NEW_DOCS_VERSION|g" - find site/docs/${NEW_DOCS_VERSION} -type f -name "*.md" | xargs sed -i '' "s|https://github.com/heptio/velero/blob/master|https://github.com/heptio/velero/blob/$NEW_DOCS_VERSION|g" + find site/docs/${NEW_DOCS_VERSION} -type f -name "*.md" | xargs sed -i '' "s|https://github.com/vmware-tanzu/velero/blob/master|https://github.com/vmware-tanzu/velero/blob/$NEW_DOCS_VERSION|g" echo "[OS X] Updating latest version in _config.yml" sed -i '' "s/latest: ${PREVIOUS_DOCS_VERSION}/latest: ${NEW_DOCS_VERSION}/" site/_config.yml @@ -87,7 +87,7 @@ ${NEW_DOCS_VERSION}: ${NEW_DOCS_TOC} else echo "[Linux] updating version-specific links" find site/docs/${NEW_DOCS_VERSION} -type f -name "*.md" | xargs sed -i'' "s|https://velero.io/docs/master|https://velero.io/docs/$NEW_DOCS_VERSION|g" - find site/docs/${NEW_DOCS_VERSION} -type f -name "*.md" | xargs sed -i'' "s|https://github.com/heptio/velero/blob/master|https://github.com/heptio/velero/blob/$NEW_DOCS_VERSION|g" + find site/docs/${NEW_DOCS_VERSION} -type f -name "*.md" | xargs sed -i'' "s|https://github.com/vmware-tanzu/velero/blob/master|https://github.com/vmware-tanzu/velero/blob/$NEW_DOCS_VERSION|g" echo "[Linux] Updating latest version in _config.yml" sed -i'' "s/latest: ${PREVIOUS_DOCS_VERSION}/latest: ${NEW_DOCS_VERSION}/" site/_config.yml diff --git a/hack/issue-template-gen/main.go b/hack/issue-template-gen/main.go index 5adc1b647..66a5ac916 100644 --- a/hack/issue-template-gen/main.go +++ b/hack/issue-template-gen/main.go @@ -24,7 +24,7 @@ import ( "os" "text/template" - "github.com/heptio/velero/pkg/cmd/cli/bug" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/bug" ) func main() { diff --git a/hack/update-fmt.sh b/hack/update-fmt.sh index fe6756078..af589a761 100755 --- a/hack/update-fmt.sh +++ b/hack/update-fmt.sh @@ -50,7 +50,7 @@ fi echo "${ACTION} goimports" for file in ${files}; do - output=$(goimports "${MODE}" -local github.com/heptio/velero "${file}") + output=$(goimports "${MODE}" -local github.com/vmware-tanzu/velero "${file}") if [[ -n "${output}" ]]; then VERIFY_IMPORTS_FAILED=1 echo "${output}" diff --git a/hack/update-generated-crd-code.sh b/hack/update-generated-crd-code.sh index 56edb5930..94ffe5194 100755 --- a/hack/update-generated-crd-code.sh +++ b/hack/update-generated-crd-code.sh @@ -35,10 +35,10 @@ fi ${GOPATH}/src/k8s.io/code-generator/generate-groups.sh \ all \ - github.com/heptio/velero/pkg/generated \ - github.com/heptio/velero/pkg/apis \ + github.com/vmware-tanzu/velero/pkg/generated \ + github.com/vmware-tanzu/velero/pkg/apis \ "velero:v1" \ - --go-header-file ${GOPATH}/src/github.com/heptio/velero/hack/boilerplate.go.txt \ + --go-header-file ${GOPATH}/src/github.com/vmware-tanzu/velero/hack/boilerplate.go.txt \ $@ go run ${GOPATH}/src/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go \ diff --git a/pkg/archive/extractor.go b/pkg/archive/extractor.go index 7182c7500..7a0dfce74 100644 --- a/pkg/archive/extractor.go +++ b/pkg/archive/extractor.go @@ -24,7 +24,7 @@ import ( "github.com/sirupsen/logrus" - "github.com/heptio/velero/pkg/util/filesystem" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" ) // Extractor unzips/extracts a backup tarball to a local diff --git a/pkg/archive/parser.go b/pkg/archive/parser.go index 5de125bce..c268873ec 100644 --- a/pkg/archive/parser.go +++ b/pkg/archive/parser.go @@ -23,8 +23,8 @@ import ( "github.com/pkg/errors" "github.com/sirupsen/logrus" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/util/filesystem" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" ) // Parser traverses an extracted archive on disk to validate diff --git a/pkg/archive/parser_test.go b/pkg/archive/parser_test.go index e293835bb..e393b8e2b 100644 --- a/pkg/archive/parser_test.go +++ b/pkg/archive/parser_test.go @@ -24,7 +24,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/test" ) func TestParse(t *testing.T) { diff --git a/pkg/backup/backup.go b/pkg/backup/backup.go index 9f548473c..cbd0b2b6b 100644 --- a/pkg/backup/backup.go +++ b/pkg/backup/backup.go @@ -31,13 +31,13 @@ import ( "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/runtime/schema" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/discovery" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/podexec" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/util/collections" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/discovery" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/podexec" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/util/collections" ) // BackupVersion is the current backup version for Velero. diff --git a/pkg/backup/backup_pv_action.go b/pkg/backup/backup_pv_action.go index bd32b917e..6eb8b9309 100644 --- a/pkg/backup/backup_pv_action.go +++ b/pkg/backup/backup_pv_action.go @@ -22,9 +22,9 @@ import ( corev1api "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/runtime" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // PVCAction inspects a PersistentVolumeClaim for the PersistentVolume diff --git a/pkg/backup/backup_pv_action_test.go b/pkg/backup/backup_pv_action_test.go index f81873d2b..8cb04e221 100644 --- a/pkg/backup/backup_pv_action_test.go +++ b/pkg/backup/backup_pv_action_test.go @@ -24,10 +24,10 @@ import ( corev1api "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/kuberesource" - "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/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestBackupPVAction(t *testing.T) { diff --git a/pkg/backup/backup_test.go b/pkg/backup/backup_test.go index db18c733c..a85a3cba0 100644 --- a/pkg/backup/backup_test.go +++ b/pkg/backup/backup_test.go @@ -40,17 +40,17 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/discovery" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/test" - testutil "github.com/heptio/velero/pkg/test" - kubeutil "github.com/heptio/velero/pkg/util/kube" - "github.com/heptio/velero/pkg/volume" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/discovery" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/test" + testutil "github.com/vmware-tanzu/velero/pkg/test" + kubeutil "github.com/vmware-tanzu/velero/pkg/util/kube" + "github.com/vmware-tanzu/velero/pkg/volume" ) func TestBackedUpItemsMatchesTarballContents(t *testing.T) { @@ -663,7 +663,7 @@ func TestBackupResourceCohabitation(t *testing.T) { // TestBackupUsesNewCohabitatingResourcesForEachBackup ensures that when two backups are // run that each include cohabitating resources, one copy of the relevant resources is // backed up in each backup. Verification is done by looking at the contents of the backup -// tarball. This covers a specific issue that was fixed by https://github.com/heptio/velero/pull/485. +// tarball. This covers a specific issue that was fixed by https://github.com/vmware-tanzu/velero/pull/485. func TestBackupUsesNewCohabitatingResourcesForEachBackup(t *testing.T) { h := newHarness(t) diff --git a/pkg/backup/delete_helpers.go b/pkg/backup/delete_helpers.go index c56b90f63..aa6f55fd4 100644 --- a/pkg/backup/delete_helpers.go +++ b/pkg/backup/delete_helpers.go @@ -21,8 +21,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/label" + "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/label" ) // NewDeleteBackupRequest creates a DeleteBackupRequest for the backup identified by name and uid. diff --git a/pkg/backup/group_backupper.go b/pkg/backup/group_backupper.go index cee6ce8b3..8e3be15a7 100644 --- a/pkg/backup/group_backupper.go +++ b/pkg/backup/group_backupper.go @@ -25,10 +25,10 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime/schema" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/discovery" - "github.com/heptio/velero/pkg/podexec" - "github.com/heptio/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/discovery" + "github.com/vmware-tanzu/velero/pkg/podexec" + "github.com/vmware-tanzu/velero/pkg/restic" ) type groupBackupperFactory interface { diff --git a/pkg/backup/item_backupper.go b/pkg/backup/item_backupper.go index 7f9c661ad..08a2da632 100644 --- a/pkg/backup/item_backupper.go +++ b/pkg/backup/item_backupper.go @@ -33,15 +33,15 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" kubeerrs "k8s.io/apimachinery/pkg/util/errors" - api "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/discovery" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/podexec" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/volume" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/discovery" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/podexec" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/volume" ) type itemBackupperFactory interface { diff --git a/pkg/backup/item_backupper_test.go b/pkg/backup/item_backupper_test.go index 7200e27d5..192b0c585 100644 --- a/pkg/backup/item_backupper_test.go +++ b/pkg/backup/item_backupper_test.go @@ -24,7 +24,7 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/builder" ) func Test_resourceKey(t *testing.T) { diff --git a/pkg/backup/item_hook_handler.go b/pkg/backup/item_hook_handler.go index 4c59fd2ea..3c141b2cd 100644 --- a/pkg/backup/item_hook_handler.go +++ b/pkg/backup/item_hook_handler.go @@ -29,10 +29,10 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/podexec" - "github.com/heptio/velero/pkg/util/collections" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/podexec" + "github.com/vmware-tanzu/velero/pkg/util/collections" ) type hookPhase string diff --git a/pkg/backup/item_hook_handler_test.go b/pkg/backup/item_hook_handler_test.go index 9aa787e37..2b891f760 100644 --- a/pkg/backup/item_hook_handler_test.go +++ b/pkg/backup/item_hook_handler_test.go @@ -31,9 +31,9 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - velerotest "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/util/collections" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerotest "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/util/collections" ) type mockItemHookHandler struct { diff --git a/pkg/backup/mocks/item_action.go b/pkg/backup/mocks/item_action.go index ad639a3e9..5d4bd8db5 100644 --- a/pkg/backup/mocks/item_action.go +++ b/pkg/backup/mocks/item_action.go @@ -20,8 +20,8 @@ import ( mock "github.com/stretchr/testify/mock" runtime "k8s.io/apimachinery/pkg/runtime" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/plugin/velero" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // ItemAction is an autogenerated mock type for the ItemAction type diff --git a/pkg/backup/pod_action.go b/pkg/backup/pod_action.go index 5248266f6..be43c24ed 100644 --- a/pkg/backup/pod_action.go +++ b/pkg/backup/pod_action.go @@ -22,9 +22,9 @@ import ( corev1api "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/runtime" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // PodAction implements ItemAction. diff --git a/pkg/backup/pod_action_test.go b/pkg/backup/pod_action_test.go index 59f1c6404..c1a7f0e0a 100644 --- a/pkg/backup/pod_action_test.go +++ b/pkg/backup/pod_action_test.go @@ -23,9 +23,9 @@ import ( "github.com/stretchr/testify/require" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestPodActionAppliesTo(t *testing.T) { diff --git a/pkg/backup/request.go b/pkg/backup/request.go index a44c8f00e..bfb91452d 100644 --- a/pkg/backup/request.go +++ b/pkg/backup/request.go @@ -20,9 +20,9 @@ import ( "fmt" "sort" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/util/collections" - "github.com/heptio/velero/pkg/volume" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/util/collections" + "github.com/vmware-tanzu/velero/pkg/volume" ) type itemKey struct { diff --git a/pkg/backup/resource_backupper.go b/pkg/backup/resource_backupper.go index dae8017ba..15aa67b5a 100644 --- a/pkg/backup/resource_backupper.go +++ b/pkg/backup/resource_backupper.go @@ -26,12 +26,12 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" kubeerrs "k8s.io/apimachinery/pkg/util/errors" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/discovery" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/podexec" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/util/collections" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/discovery" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/podexec" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/util/collections" ) type resourceBackupperFactory interface { diff --git a/pkg/backup/service_account_action.go b/pkg/backup/service_account_action.go index 13ea7b3eb..46555c8b0 100644 --- a/pkg/backup/service_account_action.go +++ b/pkg/backup/service_account_action.go @@ -25,10 +25,10 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/sets" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - velerodiscovery "github.com/heptio/velero/pkg/discovery" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerodiscovery "github.com/vmware-tanzu/velero/pkg/discovery" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // ServiceAccountAction implements ItemAction. diff --git a/pkg/backup/service_account_action_test.go b/pkg/backup/service_account_action_test.go index 44f723aca..cd42c2e12 100644 --- a/pkg/backup/service_account_action_test.go +++ b/pkg/backup/service_account_action_test.go @@ -28,9 +28,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func newV1ClusterRoleBindingList(rbacCRBList []rbac.ClusterRoleBinding) []ClusterRoleBinding { diff --git a/pkg/builder/backup_builder.go b/pkg/builder/backup_builder.go index 4f3a4f27d..4299833af 100644 --- a/pkg/builder/backup_builder.go +++ b/pkg/builder/backup_builder.go @@ -21,7 +21,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) /* diff --git a/pkg/builder/backup_storage_location_builder.go b/pkg/builder/backup_storage_location_builder.go index 30d4926b6..9b0fa6638 100644 --- a/pkg/builder/backup_storage_location_builder.go +++ b/pkg/builder/backup_storage_location_builder.go @@ -19,7 +19,7 @@ package builder import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) // BackupStorageLocationBuilder builds BackupStorageLocation objects. diff --git a/pkg/builder/pod_volume_backup_builder.go b/pkg/builder/pod_volume_backup_builder.go index 08ffd169a..a10338932 100644 --- a/pkg/builder/pod_volume_backup_builder.go +++ b/pkg/builder/pod_volume_backup_builder.go @@ -19,7 +19,7 @@ package builder import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) // PodVolumeBackupBuilder builds PodVolumeBackup objects diff --git a/pkg/builder/restore_builder.go b/pkg/builder/restore_builder.go index e1a8fe0e8..2a1e55db3 100644 --- a/pkg/builder/restore_builder.go +++ b/pkg/builder/restore_builder.go @@ -19,7 +19,7 @@ package builder import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) // RestoreBuilder builds Restore objects. diff --git a/pkg/builder/schedule_builder.go b/pkg/builder/schedule_builder.go index 9396d9c46..6e6969c34 100644 --- a/pkg/builder/schedule_builder.go +++ b/pkg/builder/schedule_builder.go @@ -21,7 +21,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) // ScheduleBuilder builds Schedule objects. diff --git a/pkg/builder/server_status_request_builder.go b/pkg/builder/server_status_request_builder.go index 7b5d67234..35b8996bf 100644 --- a/pkg/builder/server_status_request_builder.go +++ b/pkg/builder/server_status_request_builder.go @@ -21,7 +21,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) // ServerStatusRequestBuilder builds ServerStatusRequest objects. diff --git a/pkg/builder/volume_snapshot_location_builder.go b/pkg/builder/volume_snapshot_location_builder.go index 4c028b2b6..1862045e0 100644 --- a/pkg/builder/volume_snapshot_location_builder.go +++ b/pkg/builder/volume_snapshot_location_builder.go @@ -19,7 +19,7 @@ package builder import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) // VolumeSnapshotLocationBuilder builds VolumeSnapshotLocation objects. diff --git a/pkg/client/client.go b/pkg/client/client.go index 28a773590..b8d0316a9 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -24,7 +24,7 @@ import ( "k8s.io/client-go/rest" "k8s.io/client-go/tools/clientcmd" - "github.com/heptio/velero/pkg/buildinfo" + "github.com/vmware-tanzu/velero/pkg/buildinfo" ) // Config returns a *rest.Config, using either the kubeconfig (if specified) or an in-cluster diff --git a/pkg/client/factory.go b/pkg/client/factory.go index 2393ae086..03cad73d7 100644 --- a/pkg/client/factory.go +++ b/pkg/client/factory.go @@ -25,8 +25,8 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/client-go/rest" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - clientset "github.com/heptio/velero/pkg/generated/clientset/versioned" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + clientset "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" ) // Factory knows how to create a VeleroClient and Kubernetes client. diff --git a/pkg/cloudprovider/aws/object_store.go b/pkg/cloudprovider/aws/object_store.go index 70ad99ca2..8ba78b8ff 100644 --- a/pkg/cloudprovider/aws/object_store.go +++ b/pkg/cloudprovider/aws/object_store.go @@ -32,7 +32,7 @@ import ( "github.com/pkg/errors" "github.com/sirupsen/logrus" - "github.com/heptio/velero/pkg/cloudprovider" + "github.com/vmware-tanzu/velero/pkg/cloudprovider" ) const ( @@ -311,7 +311,7 @@ func (o *ObjectStore) ListObjects(bucket, prefix string) ([]string, error) { // ensure that returned objects are in a consistent order so that the deletion logic deletes the objects before // the pseudo-folder prefix object for s3 providers (such as Quobyte) that return the pseudo-folder as an object. - // See https://github.com/heptio/velero/pull/999 + // See https://github.com/vmware-tanzu/velero/pull/999 sort.Sort(sort.Reverse(sort.StringSlice(ret))) return ret, nil diff --git a/pkg/cloudprovider/aws/object_store_test.go b/pkg/cloudprovider/aws/object_store_test.go index e66ebbe3c..3cee7b95e 100644 --- a/pkg/cloudprovider/aws/object_store_test.go +++ b/pkg/cloudprovider/aws/object_store_test.go @@ -28,7 +28,7 @@ import ( "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" - "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/test" ) func TestIsValidSignatureVersion(t *testing.T) { diff --git a/pkg/cloudprovider/aws/volume_snapshotter.go b/pkg/cloudprovider/aws/volume_snapshotter.go index 0be495e52..2208fb4cc 100644 --- a/pkg/cloudprovider/aws/volume_snapshotter.go +++ b/pkg/cloudprovider/aws/volume_snapshotter.go @@ -33,7 +33,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/sets" - "github.com/heptio/velero/pkg/cloudprovider" + "github.com/vmware-tanzu/velero/pkg/cloudprovider" ) const regionKey = "region" diff --git a/pkg/cloudprovider/azure/object_store.go b/pkg/cloudprovider/azure/object_store.go index 4d341eb15..95f5e68da 100644 --- a/pkg/cloudprovider/azure/object_store.go +++ b/pkg/cloudprovider/azure/object_store.go @@ -30,7 +30,7 @@ import ( "github.com/pkg/errors" "github.com/sirupsen/logrus" - "github.com/heptio/velero/pkg/cloudprovider" + "github.com/vmware-tanzu/velero/pkg/cloudprovider" ) const ( diff --git a/pkg/cloudprovider/azure/volume_snapshotter.go b/pkg/cloudprovider/azure/volume_snapshotter.go index 91e20dad6..d819f892b 100644 --- a/pkg/cloudprovider/azure/volume_snapshotter.go +++ b/pkg/cloudprovider/azure/volume_snapshotter.go @@ -35,7 +35,7 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/cloudprovider" + "github.com/vmware-tanzu/velero/pkg/cloudprovider" ) const ( diff --git a/pkg/cloudprovider/gcp/object_store.go b/pkg/cloudprovider/gcp/object_store.go index ff862005d..4381d357c 100644 --- a/pkg/cloudprovider/gcp/object_store.go +++ b/pkg/cloudprovider/gcp/object_store.go @@ -30,7 +30,7 @@ import ( "google.golang.org/api/iterator" "google.golang.org/api/option" - "github.com/heptio/velero/pkg/cloudprovider" + "github.com/vmware-tanzu/velero/pkg/cloudprovider" ) const ( diff --git a/pkg/cloudprovider/gcp/object_store_test.go b/pkg/cloudprovider/gcp/object_store_test.go index b483e1bc6..b04f7d40b 100644 --- a/pkg/cloudprovider/gcp/object_store_test.go +++ b/pkg/cloudprovider/gcp/object_store_test.go @@ -25,7 +25,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - velerotest "github.com/heptio/velero/pkg/test" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) type mockWriteCloser struct { diff --git a/pkg/cloudprovider/gcp/volume_snapshotter.go b/pkg/cloudprovider/gcp/volume_snapshotter.go index 0cb9cf5e6..4bf6ae366 100644 --- a/pkg/cloudprovider/gcp/volume_snapshotter.go +++ b/pkg/cloudprovider/gcp/volume_snapshotter.go @@ -34,7 +34,7 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/cloudprovider" + "github.com/vmware-tanzu/velero/pkg/cloudprovider" ) const ( diff --git a/pkg/cloudprovider/gcp/volume_snapshotter_test.go b/pkg/cloudprovider/gcp/volume_snapshotter_test.go index f14cdde72..83eabb164 100644 --- a/pkg/cloudprovider/gcp/volume_snapshotter_test.go +++ b/pkg/cloudprovider/gcp/volume_snapshotter_test.go @@ -27,7 +27,7 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - velerotest "github.com/heptio/velero/pkg/test" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestGetVolumeID(t *testing.T) { diff --git a/pkg/cmd/cli/backup/backup.go b/pkg/cmd/cli/backup/backup.go index 5eefc06ef..34a0f9e97 100644 --- a/pkg/cmd/cli/backup/backup.go +++ b/pkg/cmd/cli/backup/backup.go @@ -19,7 +19,7 @@ package backup import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/client" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/backup/create.go b/pkg/cmd/cli/backup/create.go index aa46bdece..ab9102276 100644 --- a/pkg/cmd/cli/backup/create.go +++ b/pkg/cmd/cli/backup/create.go @@ -25,14 +25,14 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/flag" - "github.com/heptio/velero/pkg/cmd/util/output" - veleroclient "github.com/heptio/velero/pkg/generated/clientset/versioned" - v1 "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" + veleroclient "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + v1 "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" ) const DefaultBackupTTL time.Duration = 30 * 24 * time.Hour diff --git a/pkg/cmd/cli/backup/create_test.go b/pkg/cmd/cli/backup/create_test.go index 4797a8d86..f35b449f7 100644 --- a/pkg/cmd/cli/backup/create_test.go +++ b/pkg/cmd/cli/backup/create_test.go @@ -22,9 +22,9 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" ) const testNamespace = "velero" diff --git a/pkg/cmd/cli/backup/delete.go b/pkg/cmd/cli/backup/delete.go index f8e1d0f73..302e34b4d 100644 --- a/pkg/cmd/cli/backup/delete.go +++ b/pkg/cmd/cli/backup/delete.go @@ -25,11 +25,11 @@ import ( "k8s.io/apimachinery/pkg/labels" kubeerrs "k8s.io/apimachinery/pkg/util/errors" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/backup" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/cli" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/backup" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/cli" ) // NewDeleteCommand creates a new command that deletes a backup. diff --git a/pkg/cmd/cli/backup/describe.go b/pkg/cmd/cli/backup/describe.go index ecc040d45..3df40c16c 100644 --- a/pkg/cmd/cli/backup/describe.go +++ b/pkg/cmd/cli/backup/describe.go @@ -23,12 +23,12 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - pkgbackup "github.com/heptio/velero/pkg/backup" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/output" - "github.com/heptio/velero/pkg/restic" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + pkgbackup "github.com/vmware-tanzu/velero/pkg/backup" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" + "github.com/vmware-tanzu/velero/pkg/restic" ) func NewDescribeCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/backup/download.go b/pkg/cmd/cli/backup/download.go index e1d99e50b..0dbea10e8 100644 --- a/pkg/cmd/cli/backup/download.go +++ b/pkg/cmd/cli/backup/download.go @@ -27,10 +27,10 @@ import ( "github.com/spf13/pflag" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/downloadrequest" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/downloadrequest" ) func NewDownloadCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/backup/get.go b/pkg/cmd/cli/backup/get.go index b6d64cc8c..376b2a92c 100644 --- a/pkg/cmd/cli/backup/get.go +++ b/pkg/cmd/cli/backup/get.go @@ -20,10 +20,10 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/output" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewGetCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/backup/logs.go b/pkg/cmd/cli/backup/logs.go index 16753536d..5ebe85b4b 100644 --- a/pkg/cmd/cli/backup/logs.go +++ b/pkg/cmd/cli/backup/logs.go @@ -24,10 +24,10 @@ import ( apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/downloadrequest" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/downloadrequest" ) func NewLogsCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/backuplocation/backup_location.go b/pkg/cmd/cli/backuplocation/backup_location.go index 916db5f4f..0ed814efe 100644 --- a/pkg/cmd/cli/backuplocation/backup_location.go +++ b/pkg/cmd/cli/backuplocation/backup_location.go @@ -19,7 +19,7 @@ package backuplocation import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/client" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/backuplocation/create.go b/pkg/cmd/cli/backuplocation/create.go index 3df861bff..c2981370f 100644 --- a/pkg/cmd/cli/backuplocation/create.go +++ b/pkg/cmd/cli/backuplocation/create.go @@ -25,11 +25,11 @@ import ( "github.com/spf13/pflag" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/flag" - "github.com/heptio/velero/pkg/cmd/util/output" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewCreateCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/backuplocation/get.go b/pkg/cmd/cli/backuplocation/get.go index 92d0b0edd..32102c169 100644 --- a/pkg/cmd/cli/backuplocation/get.go +++ b/pkg/cmd/cli/backuplocation/get.go @@ -20,10 +20,10 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/output" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewGetCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/bug/bug.go b/pkg/cmd/cli/bug/bug.go index f3c6a39ca..ddbb17e97 100644 --- a/pkg/cmd/cli/bug/bug.go +++ b/pkg/cmd/cli/bug/bug.go @@ -30,16 +30,16 @@ import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/buildinfo" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/features" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/features" ) const ( // kubectlTimeout is how long we wait in seconds for `kubectl version` // before killing the process kubectlTimeout = 5 * time.Second - issueURL = "https://github.com/heptio/velero/issues/new" + issueURL = "https://github.com/vmware-tanzu/velero/issues/new" // IssueTemplate is used to generate .github/ISSUE_TEMPLATE/bug_report.md // as well as the initial text that's place in a new Github issue as // the result of running `velero bug`. diff --git a/pkg/cmd/cli/client/client.go b/pkg/cmd/cli/client/client.go index d9fd45718..5d0650b10 100644 --- a/pkg/cmd/cli/client/client.go +++ b/pkg/cmd/cli/client/client.go @@ -19,7 +19,7 @@ package client import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/cmd/cli/client/config" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/client/config" ) func NewCommand() *cobra.Command { diff --git a/pkg/cmd/cli/client/config/get.go b/pkg/cmd/cli/client/config/get.go index f71913f2c..f69a8cadf 100644 --- a/pkg/cmd/cli/client/config/get.go +++ b/pkg/cmd/cli/client/config/get.go @@ -22,8 +22,8 @@ import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" ) func NewGetCommand() *cobra.Command { diff --git a/pkg/cmd/cli/client/config/set.go b/pkg/cmd/cli/client/config/set.go index cf6b6d88c..229ca1553 100644 --- a/pkg/cmd/cli/client/config/set.go +++ b/pkg/cmd/cli/client/config/set.go @@ -23,8 +23,8 @@ import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" ) func NewSetCommand() *cobra.Command { diff --git a/pkg/cmd/cli/completion/completion.go b/pkg/cmd/cli/completion/completion.go index ebf2e4d34..3ae6fe419 100644 --- a/pkg/cmd/cli/completion/completion.go +++ b/pkg/cmd/cli/completion/completion.go @@ -22,7 +22,7 @@ import ( "github.com/spf13/cobra" - kubectlcmd "github.com/heptio/velero/third_party/kubernetes/pkg/kubectl/cmd" + kubectlcmd "github.com/vmware-tanzu/velero/third_party/kubernetes/pkg/kubectl/cmd" ) func NewCommand() *cobra.Command { diff --git a/pkg/cmd/cli/create/create.go b/pkg/cmd/cli/create/create.go index 9afb88a0a..e158d1560 100644 --- a/pkg/cmd/cli/create/create.go +++ b/pkg/cmd/cli/create/create.go @@ -19,12 +19,12 @@ package create import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd/cli/backup" - "github.com/heptio/velero/pkg/cmd/cli/backuplocation" - "github.com/heptio/velero/pkg/cmd/cli/restore" - "github.com/heptio/velero/pkg/cmd/cli/schedule" - "github.com/heptio/velero/pkg/cmd/cli/snapshotlocation" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/backup" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/backuplocation" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/restore" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/schedule" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/snapshotlocation" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/delete/delete.go b/pkg/cmd/cli/delete/delete.go index 06fa4de94..a37050caa 100644 --- a/pkg/cmd/cli/delete/delete.go +++ b/pkg/cmd/cli/delete/delete.go @@ -19,10 +19,10 @@ package delete import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd/cli/backup" - "github.com/heptio/velero/pkg/cmd/cli/restore" - "github.com/heptio/velero/pkg/cmd/cli/schedule" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/backup" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/restore" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/schedule" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/delete_options.go b/pkg/cmd/cli/delete_options.go index 51aef27ff..60f7d84ff 100644 --- a/pkg/cmd/cli/delete_options.go +++ b/pkg/cmd/cli/delete_options.go @@ -26,9 +26,9 @@ import ( "github.com/spf13/cobra" "github.com/spf13/pflag" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd/util/flag" - clientset "github.com/heptio/velero/pkg/generated/clientset/versioned" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" + clientset "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" ) // DeleteOptions contains parameters used for deleting a restore. diff --git a/pkg/cmd/cli/describe/describe.go b/pkg/cmd/cli/describe/describe.go index f1aa054e3..9f45260fa 100644 --- a/pkg/cmd/cli/describe/describe.go +++ b/pkg/cmd/cli/describe/describe.go @@ -19,10 +19,10 @@ package describe import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd/cli/backup" - "github.com/heptio/velero/pkg/cmd/cli/restore" - "github.com/heptio/velero/pkg/cmd/cli/schedule" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/backup" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/restore" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/schedule" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/get/get.go b/pkg/cmd/cli/get/get.go index 94e0741a6..24ad16afb 100644 --- a/pkg/cmd/cli/get/get.go +++ b/pkg/cmd/cli/get/get.go @@ -19,13 +19,13 @@ package get import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd/cli/backup" - "github.com/heptio/velero/pkg/cmd/cli/backuplocation" - "github.com/heptio/velero/pkg/cmd/cli/plugin" - "github.com/heptio/velero/pkg/cmd/cli/restore" - "github.com/heptio/velero/pkg/cmd/cli/schedule" - "github.com/heptio/velero/pkg/cmd/cli/snapshotlocation" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/backup" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/backuplocation" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/plugin" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/restore" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/schedule" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/snapshotlocation" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/install/install.go b/pkg/cmd/cli/install/install.go index f1dbae2bc..f62584356 100644 --- a/pkg/cmd/cli/install/install.go +++ b/pkg/cmd/cli/install/install.go @@ -28,13 +28,13 @@ import ( "github.com/spf13/cobra" "github.com/spf13/pflag" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/flag" - "github.com/heptio/velero/pkg/cmd/util/output" - "github.com/heptio/velero/pkg/install" - kubeutil "github.com/heptio/velero/pkg/util/kube" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" + "github.com/vmware-tanzu/velero/pkg/install" + kubeutil "github.com/vmware-tanzu/velero/pkg/util/kube" ) // InstallOptions collects all the options for installing Velero into a Kubernetes cluster. diff --git a/pkg/cmd/cli/plugin/add.go b/pkg/cmd/cli/plugin/add.go index ed8c94cd0..a8eea20ae 100644 --- a/pkg/cmd/cli/plugin/add.go +++ b/pkg/cmd/cli/plugin/add.go @@ -28,9 +28,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" ) const ( diff --git a/pkg/cmd/cli/plugin/get.go b/pkg/cmd/cli/plugin/get.go index 9c48f62a5..e56db4968 100644 --- a/pkg/cmd/cli/plugin/get.go +++ b/pkg/cmd/cli/plugin/get.go @@ -23,10 +23,10 @@ import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/cli/serverstatus" - "github.com/heptio/velero/pkg/cmd/util/output" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/serverstatus" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewGetCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/plugin/plugin.go b/pkg/cmd/cli/plugin/plugin.go index 16e59dfa7..0ba2f6177 100644 --- a/pkg/cmd/cli/plugin/plugin.go +++ b/pkg/cmd/cli/plugin/plugin.go @@ -19,7 +19,7 @@ package plugin import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/client" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/plugin/remove.go b/pkg/cmd/cli/plugin/remove.go index b4619815e..91fd56311 100644 --- a/pkg/cmd/cli/plugin/remove.go +++ b/pkg/cmd/cli/plugin/remove.go @@ -25,8 +25,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" ) func NewRemoveCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/restic/repo/get.go b/pkg/cmd/cli/restic/repo/get.go index 9abe0bf95..8dd3a9f3e 100644 --- a/pkg/cmd/cli/restic/repo/get.go +++ b/pkg/cmd/cli/restic/repo/get.go @@ -20,10 +20,10 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/output" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewGetCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/restic/repo/repo.go b/pkg/cmd/cli/restic/repo/repo.go index 1bda283c6..2f754d869 100644 --- a/pkg/cmd/cli/restic/repo/repo.go +++ b/pkg/cmd/cli/restic/repo/repo.go @@ -19,7 +19,7 @@ package repo import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/client" ) func NewRepositoryCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/restic/restic.go b/pkg/cmd/cli/restic/restic.go index 807734dc1..39909c23c 100644 --- a/pkg/cmd/cli/restic/restic.go +++ b/pkg/cmd/cli/restic/restic.go @@ -19,8 +19,8 @@ package restic import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd/cli/restic/repo" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/restic/repo" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/restic/server.go b/pkg/cmd/cli/restic/server.go index c85bd2734..2d27386eb 100644 --- a/pkg/cmd/cli/restic/server.go +++ b/pkg/cmd/cli/restic/server.go @@ -33,16 +33,16 @@ import ( "k8s.io/client-go/kubernetes" "k8s.io/client-go/tools/cache" - "github.com/heptio/velero/pkg/buildinfo" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/signals" - "github.com/heptio/velero/pkg/controller" - clientset "github.com/heptio/velero/pkg/generated/clientset/versioned" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/util/filesystem" - "github.com/heptio/velero/pkg/util/logging" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/signals" + "github.com/vmware-tanzu/velero/pkg/controller" + clientset "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" + "github.com/vmware-tanzu/velero/pkg/util/logging" ) func NewServerCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/restic/server_test.go b/pkg/cmd/cli/restic/server_test.go index b1c1367ff..d6948fbc8 100644 --- a/pkg/cmd/cli/restic/server_test.go +++ b/pkg/cmd/cli/restic/server_test.go @@ -25,8 +25,8 @@ import ( v1 "k8s.io/api/core/v1" "k8s.io/client-go/kubernetes/fake" - "github.com/heptio/velero/pkg/builder" - testutil "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/builder" + testutil "github.com/vmware-tanzu/velero/pkg/test" ) func Test_validatePodVolumesHostPath(t *testing.T) { diff --git a/pkg/cmd/cli/restore/create.go b/pkg/cmd/cli/restore/create.go index cfd3b9a60..8f8f12adf 100644 --- a/pkg/cmd/cli/restore/create.go +++ b/pkg/cmd/cli/restore/create.go @@ -26,13 +26,13 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/tools/cache" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/flag" - "github.com/heptio/velero/pkg/cmd/util/output" - veleroclient "github.com/heptio/velero/pkg/generated/clientset/versioned" - v1 "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" + veleroclient "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + v1 "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" ) func NewCreateCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/restore/delete.go b/pkg/cmd/cli/restore/delete.go index 6aa16276e..779a18074 100644 --- a/pkg/cmd/cli/restore/delete.go +++ b/pkg/cmd/cli/restore/delete.go @@ -25,10 +25,10 @@ import ( "k8s.io/apimachinery/pkg/labels" kubeerrs "k8s.io/apimachinery/pkg/util/errors" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/cli" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/cli" ) // NewDeleteCommand creates and returns a new cobra command for deleting restores. diff --git a/pkg/cmd/cli/restore/describe.go b/pkg/cmd/cli/restore/describe.go index e58f1e146..994f56065 100644 --- a/pkg/cmd/cli/restore/describe.go +++ b/pkg/cmd/cli/restore/describe.go @@ -23,11 +23,11 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/output" - "github.com/heptio/velero/pkg/restic" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" + "github.com/vmware-tanzu/velero/pkg/restic" ) func NewDescribeCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/restore/get.go b/pkg/cmd/cli/restore/get.go index ec7745e04..ce3c7c8e2 100644 --- a/pkg/cmd/cli/restore/get.go +++ b/pkg/cmd/cli/restore/get.go @@ -20,10 +20,10 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/output" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewGetCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/restore/logs.go b/pkg/cmd/cli/restore/logs.go index 2b6f6a14e..296e7284e 100644 --- a/pkg/cmd/cli/restore/logs.go +++ b/pkg/cmd/cli/restore/logs.go @@ -24,10 +24,10 @@ import ( apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/downloadrequest" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/downloadrequest" ) func NewLogsCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/restore/restore.go b/pkg/cmd/cli/restore/restore.go index 52a43ed0d..728c800ed 100644 --- a/pkg/cmd/cli/restore/restore.go +++ b/pkg/cmd/cli/restore/restore.go @@ -19,7 +19,7 @@ package restore import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/client" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/schedule/create.go b/pkg/cmd/cli/schedule/create.go index fc7350645..58762d378 100644 --- a/pkg/cmd/cli/schedule/create.go +++ b/pkg/cmd/cli/schedule/create.go @@ -24,11 +24,11 @@ import ( "github.com/spf13/pflag" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/cli/backup" - "github.com/heptio/velero/pkg/cmd/util/output" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/backup" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewCreateCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/schedule/delete.go b/pkg/cmd/cli/schedule/delete.go index 5972f79db..1ed2c6303 100644 --- a/pkg/cmd/cli/schedule/delete.go +++ b/pkg/cmd/cli/schedule/delete.go @@ -25,10 +25,10 @@ import ( "k8s.io/apimachinery/pkg/labels" kubeerrs "k8s.io/apimachinery/pkg/util/errors" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/cli" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/cli" ) // NewDeleteCommand creates and returns a new cobra command for deleting schedules. diff --git a/pkg/cmd/cli/schedule/describe.go b/pkg/cmd/cli/schedule/describe.go index 84d9c3445..8f16b9d55 100644 --- a/pkg/cmd/cli/schedule/describe.go +++ b/pkg/cmd/cli/schedule/describe.go @@ -22,10 +22,10 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/output" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewDescribeCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/schedule/get.go b/pkg/cmd/cli/schedule/get.go index 4efec3205..e47a56716 100644 --- a/pkg/cmd/cli/schedule/get.go +++ b/pkg/cmd/cli/schedule/get.go @@ -20,10 +20,10 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/output" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewGetCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/schedule/schedule.go b/pkg/cmd/cli/schedule/schedule.go index dca7eaf44..274a2ad79 100644 --- a/pkg/cmd/cli/schedule/schedule.go +++ b/pkg/cmd/cli/schedule/schedule.go @@ -19,7 +19,7 @@ package schedule import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/client" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/serverstatus/server_status.go b/pkg/cmd/cli/serverstatus/server_status.go index f80670de3..9d7d25380 100644 --- a/pkg/cmd/cli/serverstatus/server_status.go +++ b/pkg/cmd/cli/serverstatus/server_status.go @@ -23,9 +23,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/watch" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" ) type ServerStatusGetter interface { diff --git a/pkg/cmd/cli/snapshotlocation/create.go b/pkg/cmd/cli/snapshotlocation/create.go index 53daea498..6abb15e2f 100644 --- a/pkg/cmd/cli/snapshotlocation/create.go +++ b/pkg/cmd/cli/snapshotlocation/create.go @@ -24,11 +24,11 @@ import ( "github.com/spf13/pflag" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/flag" - "github.com/heptio/velero/pkg/cmd/util/output" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewCreateCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/snapshotlocation/get.go b/pkg/cmd/cli/snapshotlocation/get.go index 15a687fcb..9fdccbce2 100644 --- a/pkg/cmd/cli/snapshotlocation/get.go +++ b/pkg/cmd/cli/snapshotlocation/get.go @@ -20,10 +20,10 @@ import ( "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/output" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/output" ) func NewGetCommand(f client.Factory, use string) *cobra.Command { diff --git a/pkg/cmd/cli/snapshotlocation/snapshot_location.go b/pkg/cmd/cli/snapshotlocation/snapshot_location.go index 68d8dcf95..e8879cd91 100644 --- a/pkg/cmd/cli/snapshotlocation/snapshot_location.go +++ b/pkg/cmd/cli/snapshotlocation/snapshot_location.go @@ -19,7 +19,7 @@ package snapshotlocation import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/client" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/version/version.go b/pkg/cmd/cli/version/version.go index 138a4a668..cbf365a4a 100644 --- a/pkg/cmd/cli/version/version.go +++ b/pkg/cmd/cli/version/version.go @@ -24,11 +24,11 @@ import ( "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/buildinfo" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/cli/serverstatus" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/serverstatus" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/cli/version/version_test.go b/pkg/cmd/cli/version/version_test.go index be316d484..eb4928f17 100644 --- a/pkg/cmd/cli/version/version_test.go +++ b/pkg/cmd/cli/version/version_test.go @@ -25,11 +25,11 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/buildinfo" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - v1 "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + v1 "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" ) func TestPrintVersion(t *testing.T) { diff --git a/pkg/cmd/server/plugin/plugin.go b/pkg/cmd/server/plugin/plugin.go index 10f0bbcb8..061548a10 100644 --- a/pkg/cmd/server/plugin/plugin.go +++ b/pkg/cmd/server/plugin/plugin.go @@ -20,14 +20,14 @@ import ( "github.com/sirupsen/logrus" "github.com/spf13/cobra" - "github.com/heptio/velero/pkg/backup" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cloudprovider/aws" - "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/framework" - "github.com/heptio/velero/pkg/restore" + "github.com/vmware-tanzu/velero/pkg/backup" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cloudprovider/aws" + "github.com/vmware-tanzu/velero/pkg/cloudprovider/azure" + "github.com/vmware-tanzu/velero/pkg/cloudprovider/gcp" + velerodiscovery "github.com/vmware-tanzu/velero/pkg/discovery" + veleroplugin "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/restore" ) func NewCommand(f client.Factory) *cobra.Command { diff --git a/pkg/cmd/server/server.go b/pkg/cmd/server/server.go index 4602cee4d..8ad6c7ef9 100644 --- a/pkg/cmd/server/server.go +++ b/pkg/cmd/server/server.go @@ -43,25 +43,25 @@ import ( "k8s.io/client-go/rest" "k8s.io/client-go/tools/cache" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/backup" - "github.com/heptio/velero/pkg/buildinfo" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd" - "github.com/heptio/velero/pkg/cmd/util/flag" - "github.com/heptio/velero/pkg/cmd/util/signals" - "github.com/heptio/velero/pkg/controller" - velerodiscovery "github.com/heptio/velero/pkg/discovery" - "github.com/heptio/velero/pkg/features" - clientset "github.com/heptio/velero/pkg/generated/clientset/versioned" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - "github.com/heptio/velero/pkg/metrics" - "github.com/heptio/velero/pkg/persistence" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - "github.com/heptio/velero/pkg/podexec" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/restore" - "github.com/heptio/velero/pkg/util/logging" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/backup" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/cmd/util/signals" + "github.com/vmware-tanzu/velero/pkg/controller" + velerodiscovery "github.com/vmware-tanzu/velero/pkg/discovery" + "github.com/vmware-tanzu/velero/pkg/features" + clientset "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + "github.com/vmware-tanzu/velero/pkg/metrics" + "github.com/vmware-tanzu/velero/pkg/persistence" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + "github.com/vmware-tanzu/velero/pkg/podexec" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/restore" + "github.com/vmware-tanzu/velero/pkg/util/logging" ) const ( diff --git a/pkg/cmd/server/server_test.go b/pkg/cmd/server/server_test.go index fd9cd24a3..a1477b2d2 100644 --- a/pkg/cmd/server/server_test.go +++ b/pkg/cmd/server/server_test.go @@ -22,8 +22,8 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - velerotest "github.com/heptio/velero/pkg/test" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestVeleroResourcesExist(t *testing.T) { diff --git a/pkg/cmd/util/downloadrequest/downloadrequest.go b/pkg/cmd/util/downloadrequest/downloadrequest.go index 2cf129e83..b2badb1d6 100644 --- a/pkg/cmd/util/downloadrequest/downloadrequest.go +++ b/pkg/cmd/util/downloadrequest/downloadrequest.go @@ -28,8 +28,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/watch" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" ) // ErrNotFound is exported for external packages to check for when a file is diff --git a/pkg/cmd/util/downloadrequest/downloadrequest_test.go b/pkg/cmd/util/downloadrequest/downloadrequest_test.go index 278b54c69..b88b7659d 100644 --- a/pkg/cmd/util/downloadrequest/downloadrequest_test.go +++ b/pkg/cmd/util/downloadrequest/downloadrequest_test.go @@ -33,8 +33,8 @@ import ( "k8s.io/apimachinery/pkg/watch" core "k8s.io/client-go/testing" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" ) func TestStream(t *testing.T) { diff --git a/pkg/cmd/util/output/backup_describer.go b/pkg/cmd/util/output/backup_describer.go index 20d48ad8e..7769099c6 100644 --- a/pkg/cmd/util/output/backup_describer.go +++ b/pkg/cmd/util/output/backup_describer.go @@ -25,10 +25,10 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/cmd/util/downloadrequest" - clientset "github.com/heptio/velero/pkg/generated/clientset/versioned" - "github.com/heptio/velero/pkg/volume" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/cmd/util/downloadrequest" + clientset "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + "github.com/vmware-tanzu/velero/pkg/volume" ) // DescribeBackup describes a backup in human-readable format. diff --git a/pkg/cmd/util/output/backup_printer.go b/pkg/cmd/util/output/backup_printer.go index 1f20f3f4a..218019510 100644 --- a/pkg/cmd/util/output/backup_printer.go +++ b/pkg/cmd/util/output/backup_printer.go @@ -27,7 +27,7 @@ import ( "k8s.io/apimachinery/pkg/util/duration" "k8s.io/kubernetes/pkg/printers" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) var ( diff --git a/pkg/cmd/util/output/backup_printer_test.go b/pkg/cmd/util/output/backup_printer_test.go index e55ae0f1a..00e8abc2a 100644 --- a/pkg/cmd/util/output/backup_printer_test.go +++ b/pkg/cmd/util/output/backup_printer_test.go @@ -22,7 +22,7 @@ import ( "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) func TestSortBackups(t *testing.T) { diff --git a/pkg/cmd/util/output/backup_storage_location_printer.go b/pkg/cmd/util/output/backup_storage_location_printer.go index 3eb29d17a..1f9dfa46c 100644 --- a/pkg/cmd/util/output/backup_storage_location_printer.go +++ b/pkg/cmd/util/output/backup_storage_location_printer.go @@ -21,7 +21,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/kubernetes/pkg/printers" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) var ( diff --git a/pkg/cmd/util/output/output.go b/pkg/cmd/util/output/output.go index 0a1f2f70f..d0f96a02a 100644 --- a/pkg/cmd/util/output/output.go +++ b/pkg/cmd/util/output/output.go @@ -28,8 +28,8 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/kubernetes/pkg/printers" - "github.com/heptio/velero/pkg/cmd/util/flag" - "github.com/heptio/velero/pkg/util/encode" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/util/encode" ) const downloadRequestTimeout = 30 * time.Second diff --git a/pkg/cmd/util/output/plugin_printer.go b/pkg/cmd/util/output/plugin_printer.go index 1e3e951c6..02687dfb5 100644 --- a/pkg/cmd/util/output/plugin_printer.go +++ b/pkg/cmd/util/output/plugin_printer.go @@ -22,7 +22,7 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/kubernetes/pkg/printers" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) var ( diff --git a/pkg/cmd/util/output/restic_repo_printer.go b/pkg/cmd/util/output/restic_repo_printer.go index 20388e18c..eda8503ba 100644 --- a/pkg/cmd/util/output/restic_repo_printer.go +++ b/pkg/cmd/util/output/restic_repo_printer.go @@ -21,7 +21,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/kubernetes/pkg/printers" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) var ( diff --git a/pkg/cmd/util/output/restore_describer.go b/pkg/cmd/util/output/restore_describer.go index e8e0bb268..5e57f5d9d 100644 --- a/pkg/cmd/util/output/restore_describer.go +++ b/pkg/cmd/util/output/restore_describer.go @@ -25,10 +25,10 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/cmd/util/downloadrequest" - clientset "github.com/heptio/velero/pkg/generated/clientset/versioned" - pkgrestore "github.com/heptio/velero/pkg/restore" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/cmd/util/downloadrequest" + clientset "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + pkgrestore "github.com/vmware-tanzu/velero/pkg/restore" ) func DescribeRestore(restore *v1.Restore, podVolumeRestores []v1.PodVolumeRestore, details bool, veleroClient clientset.Interface) string { diff --git a/pkg/cmd/util/output/restore_printer.go b/pkg/cmd/util/output/restore_printer.go index 37a4fd1ba..2e47b5d1a 100644 --- a/pkg/cmd/util/output/restore_printer.go +++ b/pkg/cmd/util/output/restore_printer.go @@ -21,7 +21,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/kubernetes/pkg/printers" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) var ( diff --git a/pkg/cmd/util/output/schedule_describer.go b/pkg/cmd/util/output/schedule_describer.go index 00d777f85..a39d3360b 100644 --- a/pkg/cmd/util/output/schedule_describer.go +++ b/pkg/cmd/util/output/schedule_describer.go @@ -19,7 +19,7 @@ package output import ( "fmt" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) func DescribeSchedule(schedule *v1.Schedule) string { diff --git a/pkg/cmd/util/output/schedule_printer.go b/pkg/cmd/util/output/schedule_printer.go index b2514b081..bca6c57f4 100644 --- a/pkg/cmd/util/output/schedule_printer.go +++ b/pkg/cmd/util/output/schedule_printer.go @@ -21,7 +21,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/kubernetes/pkg/printers" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) var ( diff --git a/pkg/cmd/util/output/volume_snapshot_location_printer.go b/pkg/cmd/util/output/volume_snapshot_location_printer.go index c57e202d1..213813001 100644 --- a/pkg/cmd/util/output/volume_snapshot_location_printer.go +++ b/pkg/cmd/util/output/volume_snapshot_location_printer.go @@ -21,7 +21,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/kubernetes/pkg/printers" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) var ( diff --git a/pkg/cmd/velero/velero.go b/pkg/cmd/velero/velero.go index 9032d0b4b..db9c09b40 100644 --- a/pkg/cmd/velero/velero.go +++ b/pkg/cmd/velero/velero.go @@ -24,27 +24,27 @@ import ( "github.com/spf13/cobra" "k8s.io/klog" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/cmd/cli/backup" - "github.com/heptio/velero/pkg/cmd/cli/backuplocation" - "github.com/heptio/velero/pkg/cmd/cli/bug" - cliclient "github.com/heptio/velero/pkg/cmd/cli/client" - "github.com/heptio/velero/pkg/cmd/cli/completion" - "github.com/heptio/velero/pkg/cmd/cli/create" - "github.com/heptio/velero/pkg/cmd/cli/delete" - "github.com/heptio/velero/pkg/cmd/cli/describe" - "github.com/heptio/velero/pkg/cmd/cli/get" - "github.com/heptio/velero/pkg/cmd/cli/install" - "github.com/heptio/velero/pkg/cmd/cli/plugin" - "github.com/heptio/velero/pkg/cmd/cli/restic" - "github.com/heptio/velero/pkg/cmd/cli/restore" - "github.com/heptio/velero/pkg/cmd/cli/schedule" - "github.com/heptio/velero/pkg/cmd/cli/snapshotlocation" - "github.com/heptio/velero/pkg/cmd/cli/version" - "github.com/heptio/velero/pkg/cmd/server" - runplugin "github.com/heptio/velero/pkg/cmd/server/plugin" - veleroflag "github.com/heptio/velero/pkg/cmd/util/flag" - "github.com/heptio/velero/pkg/features" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/backup" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/backuplocation" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/bug" + cliclient "github.com/vmware-tanzu/velero/pkg/cmd/cli/client" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/completion" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/create" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/delete" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/describe" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/get" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/install" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/plugin" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/restic" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/restore" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/schedule" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/snapshotlocation" + "github.com/vmware-tanzu/velero/pkg/cmd/cli/version" + "github.com/vmware-tanzu/velero/pkg/cmd/server" + runplugin "github.com/vmware-tanzu/velero/pkg/cmd/server/plugin" + veleroflag "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/features" ) func NewCommand(name string) *cobra.Command { diff --git a/pkg/controller/backup_controller.go b/pkg/controller/backup_controller.go index e9b49b83c..43d927b87 100644 --- a/pkg/controller/backup_controller.go +++ b/pkg/controller/backup_controller.go @@ -37,20 +37,20 @@ import ( kerrors "k8s.io/apimachinery/pkg/util/errors" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - pkgbackup "github.com/heptio/velero/pkg/backup" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/label" - "github.com/heptio/velero/pkg/metrics" - "github.com/heptio/velero/pkg/persistence" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - "github.com/heptio/velero/pkg/util/collections" - "github.com/heptio/velero/pkg/util/encode" - kubeutil "github.com/heptio/velero/pkg/util/kube" - "github.com/heptio/velero/pkg/util/logging" - "github.com/heptio/velero/pkg/volume" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + pkgbackup "github.com/vmware-tanzu/velero/pkg/backup" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/label" + "github.com/vmware-tanzu/velero/pkg/metrics" + "github.com/vmware-tanzu/velero/pkg/persistence" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + "github.com/vmware-tanzu/velero/pkg/util/collections" + "github.com/vmware-tanzu/velero/pkg/util/encode" + kubeutil "github.com/vmware-tanzu/velero/pkg/util/kube" + "github.com/vmware-tanzu/velero/pkg/util/logging" + "github.com/vmware-tanzu/velero/pkg/volume" ) type backupController struct { diff --git a/pkg/controller/backup_controller_test.go b/pkg/controller/backup_controller_test.go index 7a53d8d2c..f422becb8 100644 --- a/pkg/controller/backup_controller_test.go +++ b/pkg/controller/backup_controller_test.go @@ -33,18 +33,18 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/clock" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - pkgbackup "github.com/heptio/velero/pkg/backup" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - "github.com/heptio/velero/pkg/metrics" - "github.com/heptio/velero/pkg/persistence" - persistencemocks "github.com/heptio/velero/pkg/persistence/mocks" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - pluginmocks "github.com/heptio/velero/pkg/plugin/mocks" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/util/logging" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + pkgbackup "github.com/vmware-tanzu/velero/pkg/backup" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + "github.com/vmware-tanzu/velero/pkg/metrics" + "github.com/vmware-tanzu/velero/pkg/persistence" + persistencemocks "github.com/vmware-tanzu/velero/pkg/persistence/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + pluginmocks "github.com/vmware-tanzu/velero/pkg/plugin/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/util/logging" ) type fakeBackupper struct { diff --git a/pkg/controller/backup_deletion_controller.go b/pkg/controller/backup_deletion_controller.go index 8afac7006..0315774d7 100644 --- a/pkg/controller/backup_deletion_controller.go +++ b/pkg/controller/backup_deletion_controller.go @@ -33,18 +33,18 @@ import ( kubeerrs "k8s.io/apimachinery/pkg/util/errors" "k8s.io/client-go/tools/cache" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - pkgbackup "github.com/heptio/velero/pkg/backup" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/label" - "github.com/heptio/velero/pkg/metrics" - "github.com/heptio/velero/pkg/persistence" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/util/kube" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + pkgbackup "github.com/vmware-tanzu/velero/pkg/backup" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/label" + "github.com/vmware-tanzu/velero/pkg/metrics" + "github.com/vmware-tanzu/velero/pkg/persistence" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/util/kube" ) const resticTimeout = time.Minute diff --git a/pkg/controller/backup_deletion_controller_test.go b/pkg/controller/backup_deletion_controller_test.go index b888776ac..9f39e7672 100644 --- a/pkg/controller/backup_deletion_controller_test.go +++ b/pkg/controller/backup_deletion_controller_test.go @@ -32,18 +32,18 @@ import ( "k8s.io/apimachinery/pkg/util/sets" core "k8s.io/client-go/testing" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - pkgbackup "github.com/heptio/velero/pkg/backup" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - "github.com/heptio/velero/pkg/metrics" - "github.com/heptio/velero/pkg/persistence" - persistencemocks "github.com/heptio/velero/pkg/persistence/mocks" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - pluginmocks "github.com/heptio/velero/pkg/plugin/mocks" - velerotest "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/volume" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + pkgbackup "github.com/vmware-tanzu/velero/pkg/backup" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + "github.com/vmware-tanzu/velero/pkg/metrics" + "github.com/vmware-tanzu/velero/pkg/persistence" + persistencemocks "github.com/vmware-tanzu/velero/pkg/persistence/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + pluginmocks "github.com/vmware-tanzu/velero/pkg/plugin/mocks" + velerotest "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/volume" ) func TestBackupDeletionControllerProcessQueueItem(t *testing.T) { @@ -463,7 +463,7 @@ func TestBackupDeletionControllerProcessRequest(t *testing.T) { // Clear out req labels to make sure the controller adds them and does not // panic when encountering a nil Labels map - // (https://github.com/heptio/velero/issues/1546) + // (https://github.com/vmware-tanzu/velero/issues/1546) td.req.Labels = nil td.client.PrependReactor("get", "backups", func(action core.Action) (bool, runtime.Object, error) { diff --git a/pkg/controller/backup_sync_controller.go b/pkg/controller/backup_sync_controller.go index 0b48a3f56..4845290b2 100644 --- a/pkg/controller/backup_sync_controller.go +++ b/pkg/controller/backup_sync_controller.go @@ -28,13 +28,13 @@ import ( "k8s.io/apimachinery/pkg/util/sets" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/label" - "github.com/heptio/velero/pkg/persistence" - "github.com/heptio/velero/pkg/plugin/clientmgmt" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/label" + "github.com/vmware-tanzu/velero/pkg/persistence" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" ) type backupSyncController struct { diff --git a/pkg/controller/backup_sync_controller_test.go b/pkg/controller/backup_sync_controller_test.go index 1cba1d533..ca2f53fa3 100644 --- a/pkg/controller/backup_sync_controller_test.go +++ b/pkg/controller/backup_sync_controller_test.go @@ -28,16 +28,16 @@ import ( "k8s.io/apimachinery/pkg/util/validation" core "k8s.io/client-go/testing" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - "github.com/heptio/velero/pkg/label" - "github.com/heptio/velero/pkg/persistence" - persistencemocks "github.com/heptio/velero/pkg/persistence/mocks" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - pluginmocks "github.com/heptio/velero/pkg/plugin/mocks" - velerotest "github.com/heptio/velero/pkg/test" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + "github.com/vmware-tanzu/velero/pkg/label" + "github.com/vmware-tanzu/velero/pkg/persistence" + persistencemocks "github.com/vmware-tanzu/velero/pkg/persistence/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + pluginmocks "github.com/vmware-tanzu/velero/pkg/plugin/mocks" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func defaultLocationsList(namespace string) []*velerov1api.BackupStorageLocation { diff --git a/pkg/controller/download_request_controller.go b/pkg/controller/download_request_controller.go index e0d5ac1f5..2670c22f2 100644 --- a/pkg/controller/download_request_controller.go +++ b/pkg/controller/download_request_controller.go @@ -30,13 +30,13 @@ import ( "k8s.io/apimachinery/pkg/util/clock" "k8s.io/client-go/tools/cache" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/persistence" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - "github.com/heptio/velero/pkg/util/kube" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/persistence" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + "github.com/vmware-tanzu/velero/pkg/util/kube" ) type downloadRequestController struct { diff --git a/pkg/controller/download_request_controller_test.go b/pkg/controller/download_request_controller_test.go index 7a0dcc36c..4bf7800af 100644 --- a/pkg/controller/download_request_controller_test.go +++ b/pkg/controller/download_request_controller_test.go @@ -27,16 +27,16 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/clock" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - "github.com/heptio/velero/pkg/persistence" - persistencemocks "github.com/heptio/velero/pkg/persistence/mocks" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - pluginmocks "github.com/heptio/velero/pkg/plugin/mocks" - velerotest "github.com/heptio/velero/pkg/test" - kubeutil "github.com/heptio/velero/pkg/util/kube" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + "github.com/vmware-tanzu/velero/pkg/persistence" + persistencemocks "github.com/vmware-tanzu/velero/pkg/persistence/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + pluginmocks "github.com/vmware-tanzu/velero/pkg/plugin/mocks" + velerotest "github.com/vmware-tanzu/velero/pkg/test" + kubeutil "github.com/vmware-tanzu/velero/pkg/util/kube" ) type downloadRequestTestHarness struct { diff --git a/pkg/controller/gc_controller.go b/pkg/controller/gc_controller.go index 3f03dbbb0..a2b597763 100644 --- a/pkg/controller/gc_controller.go +++ b/pkg/controller/gc_controller.go @@ -26,12 +26,12 @@ import ( "k8s.io/apimachinery/pkg/util/clock" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - pkgbackup "github.com/heptio/velero/pkg/backup" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/label" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + pkgbackup "github.com/vmware-tanzu/velero/pkg/backup" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/label" ) const ( diff --git a/pkg/controller/gc_controller_test.go b/pkg/controller/gc_controller_test.go index a25c48e97..5c7e32937 100644 --- a/pkg/controller/gc_controller_test.go +++ b/pkg/controller/gc_controller_test.go @@ -32,12 +32,12 @@ import ( "k8s.io/apimachinery/pkg/watch" core "k8s.io/client-go/testing" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - velerotest "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/util/kube" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + velerotest "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/util/kube" ) func TestGCControllerEnqueueAllBackups(t *testing.T) { diff --git a/pkg/controller/pod_volume_backup_controller.go b/pkg/controller/pod_volume_backup_controller.go index d83ee9fa2..b4503ef10 100644 --- a/pkg/controller/pod_volume_backup_controller.go +++ b/pkg/controller/pod_volume_backup_controller.go @@ -34,13 +34,13 @@ import ( corev1listers "k8s.io/client-go/listers/core/v1" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/util/filesystem" - "github.com/heptio/velero/pkg/util/kube" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" + "github.com/vmware-tanzu/velero/pkg/util/kube" ) type podVolumeBackupController struct { diff --git a/pkg/controller/pod_volume_backup_controller_test.go b/pkg/controller/pod_volume_backup_controller_test.go index 9d17ae647..9b8f926bd 100644 --- a/pkg/controller/pod_volume_backup_controller_test.go +++ b/pkg/controller/pod_volume_backup_controller_test.go @@ -22,8 +22,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - velerotest "github.com/heptio/velero/pkg/test" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestPVBHandler(t *testing.T) { diff --git a/pkg/controller/pod_volume_restore_controller.go b/pkg/controller/pod_volume_restore_controller.go index 0b8189de5..6851d5a1e 100644 --- a/pkg/controller/pod_volume_restore_controller.go +++ b/pkg/controller/pod_volume_restore_controller.go @@ -36,14 +36,14 @@ import ( corev1listers "k8s.io/client-go/listers/core/v1" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/util/boolptr" - "github.com/heptio/velero/pkg/util/filesystem" - "github.com/heptio/velero/pkg/util/kube" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/util/boolptr" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" + "github.com/vmware-tanzu/velero/pkg/util/kube" ) type podVolumeRestoreController struct { diff --git a/pkg/controller/pod_volume_restore_controller_test.go b/pkg/controller/pod_volume_restore_controller_test.go index e50ee0e94..ec98d6e5f 100644 --- a/pkg/controller/pod_volume_restore_controller_test.go +++ b/pkg/controller/pod_volume_restore_controller_test.go @@ -29,12 +29,12 @@ import ( corev1listers "k8s.io/client-go/listers/core/v1" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - velerofake "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - veleroinformers "github.com/heptio/velero/pkg/generated/informers/externalversions" - velerov1listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/restic" - velerotest "github.com/heptio/velero/pkg/test" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerofake "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + veleroinformers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + velerov1listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/restic" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestPVRHandler(t *testing.T) { diff --git a/pkg/controller/restic_repository_controller.go b/pkg/controller/restic_repository_controller.go index 16aaf5c7d..b3cfb756f 100644 --- a/pkg/controller/restic_repository_controller.go +++ b/pkg/controller/restic_repository_controller.go @@ -31,11 +31,11 @@ import ( "k8s.io/apimachinery/pkg/util/clock" "k8s.io/client-go/tools/cache" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/restic" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/restic" ) type resticRepositoryController struct { diff --git a/pkg/controller/restore_controller.go b/pkg/controller/restore_controller.go index b8a6fcd73..57b536694 100644 --- a/pkg/controller/restore_controller.go +++ b/pkg/controller/restore_controller.go @@ -35,19 +35,19 @@ import ( "k8s.io/apimachinery/pkg/util/sets" "k8s.io/client-go/tools/cache" - api "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/metrics" - "github.com/heptio/velero/pkg/persistence" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - "github.com/heptio/velero/pkg/restic" - pkgrestore "github.com/heptio/velero/pkg/restore" - "github.com/heptio/velero/pkg/util/collections" - kubeutil "github.com/heptio/velero/pkg/util/kube" - "github.com/heptio/velero/pkg/util/logging" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/metrics" + "github.com/vmware-tanzu/velero/pkg/persistence" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + "github.com/vmware-tanzu/velero/pkg/restic" + pkgrestore "github.com/vmware-tanzu/velero/pkg/restore" + "github.com/vmware-tanzu/velero/pkg/util/collections" + kubeutil "github.com/vmware-tanzu/velero/pkg/util/kube" + "github.com/vmware-tanzu/velero/pkg/util/logging" ) // nonRestorableResources is a blacklist for the restoration process. Any resources @@ -58,16 +58,16 @@ var nonRestorableResources = []string{ "events.events.k8s.io", // Don't ever restore backups - if appropriate, they'll be synced in from object storage. - // https://github.com/heptio/velero/issues/622 + // https://github.com/vmware-tanzu/velero/issues/622 "backups.velero.io", // Restores are cluster-specific, and don't have value moving across clusters. - // https://github.com/heptio/velero/issues/622 + // https://github.com/vmware-tanzu/velero/issues/622 "restores.velero.io", // Restic repositories are automatically managed by Velero and will be automatically // created as needed if they don't exist. - // https://github.com/heptio/velero/issues/1113 + // https://github.com/vmware-tanzu/velero/issues/1113 "resticrepositories.velero.io", } diff --git a/pkg/controller/restore_controller_test.go b/pkg/controller/restore_controller_test.go index af10f0a42..bb1dfda6f 100644 --- a/pkg/controller/restore_controller_test.go +++ b/pkg/controller/restore_controller_test.go @@ -34,21 +34,21 @@ import ( core "k8s.io/client-go/testing" "k8s.io/client-go/tools/cache" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/metrics" - "github.com/heptio/velero/pkg/persistence" - persistencemocks "github.com/heptio/velero/pkg/persistence/mocks" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - pluginmocks "github.com/heptio/velero/pkg/plugin/mocks" - "github.com/heptio/velero/pkg/plugin/velero" - pkgrestore "github.com/heptio/velero/pkg/restore" - velerotest "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/util/logging" - "github.com/heptio/velero/pkg/volume" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/metrics" + "github.com/vmware-tanzu/velero/pkg/persistence" + persistencemocks "github.com/vmware-tanzu/velero/pkg/persistence/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + pluginmocks "github.com/vmware-tanzu/velero/pkg/plugin/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + pkgrestore "github.com/vmware-tanzu/velero/pkg/restore" + velerotest "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/util/logging" + "github.com/vmware-tanzu/velero/pkg/volume" ) func TestFetchBackupInfo(t *testing.T) { diff --git a/pkg/controller/schedule_controller.go b/pkg/controller/schedule_controller.go index e0bf31c76..842606640 100644 --- a/pkg/controller/schedule_controller.go +++ b/pkg/controller/schedule_controller.go @@ -32,13 +32,13 @@ import ( "k8s.io/apimachinery/pkg/util/clock" "k8s.io/client-go/tools/cache" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/metrics" - kubeutil "github.com/heptio/velero/pkg/util/kube" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/metrics" + kubeutil "github.com/vmware-tanzu/velero/pkg/util/kube" ) const ( diff --git a/pkg/controller/schedule_controller_test.go b/pkg/controller/schedule_controller_test.go index 1edee4905..4a98e37a9 100644 --- a/pkg/controller/schedule_controller_test.go +++ b/pkg/controller/schedule_controller_test.go @@ -31,12 +31,12 @@ import ( core "k8s.io/client-go/testing" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - "github.com/heptio/velero/pkg/metrics" - velerotest "github.com/heptio/velero/pkg/test" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + "github.com/vmware-tanzu/velero/pkg/metrics" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestProcessSchedule(t *testing.T) { @@ -337,7 +337,7 @@ func TestGetNextRunTime(t *testing.T) { } func TestParseCronSchedule(t *testing.T) { - // From https://github.com/heptio/velero/issues/30, where we originally were using cron.Parse(), + // From https://github.com/vmware-tanzu/velero/issues/30, where we originally were using cron.Parse(), // which treats the first field as seconds, and not minutes. We want to use cron.ParseStandard() // instead, which has the first field as minutes. diff --git a/pkg/controller/server_status_request_controller.go b/pkg/controller/server_status_request_controller.go index 1bc94e2d3..f8bc92afa 100644 --- a/pkg/controller/server_status_request_controller.go +++ b/pkg/controller/server_status_request_controller.go @@ -26,13 +26,13 @@ import ( "k8s.io/apimachinery/pkg/util/clock" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - velerov1informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - velerov1listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/plugin/clientmgmt" - "github.com/heptio/velero/pkg/serverstatusrequest" - kubeutil "github.com/heptio/velero/pkg/util/kube" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + velerov1informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + velerov1listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" + "github.com/vmware-tanzu/velero/pkg/serverstatusrequest" + kubeutil "github.com/vmware-tanzu/velero/pkg/util/kube" ) const statusRequestResyncPeriod = 5 * time.Minute diff --git a/pkg/discovery/helper.go b/pkg/discovery/helper.go index 40987364c..fbdc9bc8c 100644 --- a/pkg/discovery/helper.go +++ b/pkg/discovery/helper.go @@ -28,7 +28,7 @@ import ( "k8s.io/client-go/discovery" "k8s.io/client-go/restmapper" - kcmdutil "github.com/heptio/velero/third_party/kubernetes/pkg/kubectl/cmd/util" + kcmdutil "github.com/vmware-tanzu/velero/third_party/kubernetes/pkg/kubectl/cmd/util" ) // Helper exposes functions for interacting with the Kubernetes discovery diff --git a/pkg/discovery/helper_test.go b/pkg/discovery/helper_test.go index accbbffda..997c50697 100644 --- a/pkg/discovery/helper_test.go +++ b/pkg/discovery/helper_test.go @@ -25,8 +25,8 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime/schema" - velerotest "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/util/logging" + velerotest "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/util/logging" ) func TestSortResources(t *testing.T) { diff --git a/pkg/generated/clientset/versioned/clientset.go b/pkg/generated/clientset/versioned/clientset.go index e702f3b86..96eae7a18 100644 --- a/pkg/generated/clientset/versioned/clientset.go +++ b/pkg/generated/clientset/versioned/clientset.go @@ -19,7 +19,7 @@ limitations under the License. package versioned import ( - velerov1 "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" discovery "k8s.io/client-go/discovery" rest "k8s.io/client-go/rest" flowcontrol "k8s.io/client-go/util/flowcontrol" diff --git a/pkg/generated/clientset/versioned/fake/clientset_generated.go b/pkg/generated/clientset/versioned/fake/clientset_generated.go index 8b0a72ca8..2b780e794 100644 --- a/pkg/generated/clientset/versioned/fake/clientset_generated.go +++ b/pkg/generated/clientset/versioned/fake/clientset_generated.go @@ -19,9 +19,9 @@ limitations under the License. package fake import ( - clientset "github.com/heptio/velero/pkg/generated/clientset/versioned" - velerov1 "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - fakevelerov1 "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake" + clientset "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + velerov1 "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + fakevelerov1 "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/watch" "k8s.io/client-go/discovery" diff --git a/pkg/generated/clientset/versioned/fake/register.go b/pkg/generated/clientset/versioned/fake/register.go index dac19f45d..0ee7ffaba 100644 --- a/pkg/generated/clientset/versioned/fake/register.go +++ b/pkg/generated/clientset/versioned/fake/register.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/scheme/register.go b/pkg/generated/clientset/versioned/scheme/register.go index a03145aa4..6eadbc890 100644 --- a/pkg/generated/clientset/versioned/scheme/register.go +++ b/pkg/generated/clientset/versioned/scheme/register.go @@ -19,7 +19,7 @@ limitations under the License. package scheme import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/backup.go b/pkg/generated/clientset/versioned/typed/velero/v1/backup.go index c568f10a1..34034ffc5 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/backup.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/backup.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/backupstoragelocation.go b/pkg/generated/clientset/versioned/typed/velero/v1/backupstoragelocation.go index 416965a9b..1862fe729 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/backupstoragelocation.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/backupstoragelocation.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/deletebackuprequest.go b/pkg/generated/clientset/versioned/typed/velero/v1/deletebackuprequest.go index bb4cf1a4f..8da27afc7 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/deletebackuprequest.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/deletebackuprequest.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/downloadrequest.go b/pkg/generated/clientset/versioned/typed/velero/v1/downloadrequest.go index 78fe0ed98..558fc1d7a 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/downloadrequest.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/downloadrequest.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backup.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backup.go index 495ee0aa4..4b5dc5c23 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backup.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backup.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backupstoragelocation.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backupstoragelocation.go index 012b07411..650ddc7d3 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backupstoragelocation.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backupstoragelocation.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_deletebackuprequest.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_deletebackuprequest.go index d92c144b9..3d299fa5f 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_deletebackuprequest.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_deletebackuprequest.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_downloadrequest.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_downloadrequest.go index cadfcb4e3..9a2b550ae 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_downloadrequest.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_downloadrequest.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumebackup.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumebackup.go index 2f4119a7f..59f3d5189 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumebackup.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumebackup.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumerestore.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumerestore.go index 799e531e4..604eedb40 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumerestore.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumerestore.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_resticrepository.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_resticrepository.go index 4e90d4b3d..a08d38f72 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_resticrepository.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_resticrepository.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_restore.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_restore.go index 7092630d6..9c3505bc7 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_restore.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_restore.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_schedule.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_schedule.go index 4cd9001ea..0d5fb39d4 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_schedule.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_schedule.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_serverstatusrequest.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_serverstatusrequest.go index 278bc070e..c90d19669 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_serverstatusrequest.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_serverstatusrequest.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_velero_client.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_velero_client.go index a1027046f..e90115813 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_velero_client.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_velero_client.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - v1 "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" rest "k8s.io/client-go/rest" testing "k8s.io/client-go/testing" ) diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_volumesnapshotlocation.go b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_volumesnapshotlocation.go index 9920abb8a..550701430 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_volumesnapshotlocation.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_volumesnapshotlocation.go @@ -19,7 +19,7 @@ limitations under the License. package fake import ( - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/podvolumebackup.go b/pkg/generated/clientset/versioned/typed/velero/v1/podvolumebackup.go index deab18d7c..51ba3e69c 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/podvolumebackup.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/podvolumebackup.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/podvolumerestore.go b/pkg/generated/clientset/versioned/typed/velero/v1/podvolumerestore.go index c4cbea01c..421cf39ec 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/podvolumerestore.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/podvolumerestore.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/resticrepository.go b/pkg/generated/clientset/versioned/typed/velero/v1/resticrepository.go index e672fd1d3..c7ea267b0 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/resticrepository.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/resticrepository.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/restore.go b/pkg/generated/clientset/versioned/typed/velero/v1/restore.go index 680e802dd..18d02be92 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/restore.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/restore.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/schedule.go b/pkg/generated/clientset/versioned/typed/velero/v1/schedule.go index 3eba1d20f..665c8eacb 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/schedule.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/schedule.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/serverstatusrequest.go b/pkg/generated/clientset/versioned/typed/velero/v1/serverstatusrequest.go index 42edf6e4c..d7a44427e 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/serverstatusrequest.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/serverstatusrequest.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/velero_client.go b/pkg/generated/clientset/versioned/typed/velero/v1/velero_client.go index 0cb4351b3..5758967ef 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/velero_client.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/velero_client.go @@ -19,8 +19,8 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" rest "k8s.io/client-go/rest" ) diff --git a/pkg/generated/clientset/versioned/typed/velero/v1/volumesnapshotlocation.go b/pkg/generated/clientset/versioned/typed/velero/v1/volumesnapshotlocation.go index 5b4571278..2fadc328a 100644 --- a/pkg/generated/clientset/versioned/typed/velero/v1/volumesnapshotlocation.go +++ b/pkg/generated/clientset/versioned/typed/velero/v1/volumesnapshotlocation.go @@ -21,8 +21,8 @@ package v1 import ( "time" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - scheme "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + scheme "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/factory.go b/pkg/generated/informers/externalversions/factory.go index 87871af07..d90132add 100644 --- a/pkg/generated/informers/externalversions/factory.go +++ b/pkg/generated/informers/externalversions/factory.go @@ -23,9 +23,9 @@ import ( sync "sync" time "time" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - velero "github.com/heptio/velero/pkg/generated/informers/externalversions/velero" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + velero "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" schema "k8s.io/apimachinery/pkg/runtime/schema" diff --git a/pkg/generated/informers/externalversions/generic.go b/pkg/generated/informers/externalversions/generic.go index af67133a9..15770dceb 100644 --- a/pkg/generated/informers/externalversions/generic.go +++ b/pkg/generated/informers/externalversions/generic.go @@ -21,7 +21,7 @@ package externalversions import ( "fmt" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" schema "k8s.io/apimachinery/pkg/runtime/schema" cache "k8s.io/client-go/tools/cache" ) diff --git a/pkg/generated/informers/externalversions/internalinterfaces/factory_interfaces.go b/pkg/generated/informers/externalversions/internalinterfaces/factory_interfaces.go index ea36e70a1..4e78062c9 100644 --- a/pkg/generated/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/pkg/generated/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -21,7 +21,7 @@ package internalinterfaces import ( time "time" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" cache "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/informers/externalversions/velero/interface.go b/pkg/generated/informers/externalversions/velero/interface.go index b4bd91007..767e18b41 100644 --- a/pkg/generated/informers/externalversions/velero/interface.go +++ b/pkg/generated/informers/externalversions/velero/interface.go @@ -19,8 +19,8 @@ limitations under the License. package velero import ( - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" ) // Interface provides access to each of this group's versions. diff --git a/pkg/generated/informers/externalversions/velero/v1/backup.go b/pkg/generated/informers/externalversions/velero/v1/backup.go index d6d556fad..9be8bdcd5 100644 --- a/pkg/generated/informers/externalversions/velero/v1/backup.go +++ b/pkg/generated/informers/externalversions/velero/v1/backup.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/backupstoragelocation.go b/pkg/generated/informers/externalversions/velero/v1/backupstoragelocation.go index 714228fbd..7e356339b 100644 --- a/pkg/generated/informers/externalversions/velero/v1/backupstoragelocation.go +++ b/pkg/generated/informers/externalversions/velero/v1/backupstoragelocation.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/deletebackuprequest.go b/pkg/generated/informers/externalversions/velero/v1/deletebackuprequest.go index 35d4da591..47e380927 100644 --- a/pkg/generated/informers/externalversions/velero/v1/deletebackuprequest.go +++ b/pkg/generated/informers/externalversions/velero/v1/deletebackuprequest.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/downloadrequest.go b/pkg/generated/informers/externalversions/velero/v1/downloadrequest.go index 5b26defaa..8ee7ab266 100644 --- a/pkg/generated/informers/externalversions/velero/v1/downloadrequest.go +++ b/pkg/generated/informers/externalversions/velero/v1/downloadrequest.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/interface.go b/pkg/generated/informers/externalversions/velero/v1/interface.go index a8e81df8f..981470c40 100644 --- a/pkg/generated/informers/externalversions/velero/v1/interface.go +++ b/pkg/generated/informers/externalversions/velero/v1/interface.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" ) // Interface provides access to all the informers in this group version. diff --git a/pkg/generated/informers/externalversions/velero/v1/podvolumebackup.go b/pkg/generated/informers/externalversions/velero/v1/podvolumebackup.go index efaf078e9..b302042cc 100644 --- a/pkg/generated/informers/externalversions/velero/v1/podvolumebackup.go +++ b/pkg/generated/informers/externalversions/velero/v1/podvolumebackup.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/podvolumerestore.go b/pkg/generated/informers/externalversions/velero/v1/podvolumerestore.go index 34a2a4e97..b3ec646fb 100644 --- a/pkg/generated/informers/externalversions/velero/v1/podvolumerestore.go +++ b/pkg/generated/informers/externalversions/velero/v1/podvolumerestore.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/resticrepository.go b/pkg/generated/informers/externalversions/velero/v1/resticrepository.go index df243f01f..c6b78a509 100644 --- a/pkg/generated/informers/externalversions/velero/v1/resticrepository.go +++ b/pkg/generated/informers/externalversions/velero/v1/resticrepository.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/restore.go b/pkg/generated/informers/externalversions/velero/v1/restore.go index 1100f0822..1b438e6ab 100644 --- a/pkg/generated/informers/externalversions/velero/v1/restore.go +++ b/pkg/generated/informers/externalversions/velero/v1/restore.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/schedule.go b/pkg/generated/informers/externalversions/velero/v1/schedule.go index fa830c15c..431d659af 100644 --- a/pkg/generated/informers/externalversions/velero/v1/schedule.go +++ b/pkg/generated/informers/externalversions/velero/v1/schedule.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/serverstatusrequest.go b/pkg/generated/informers/externalversions/velero/v1/serverstatusrequest.go index f2651302d..c9767d97b 100644 --- a/pkg/generated/informers/externalversions/velero/v1/serverstatusrequest.go +++ b/pkg/generated/informers/externalversions/velero/v1/serverstatusrequest.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/informers/externalversions/velero/v1/volumesnapshotlocation.go b/pkg/generated/informers/externalversions/velero/v1/volumesnapshotlocation.go index 4ccc2cc47..7aa424c3c 100644 --- a/pkg/generated/informers/externalversions/velero/v1/volumesnapshotlocation.go +++ b/pkg/generated/informers/externalversions/velero/v1/volumesnapshotlocation.go @@ -21,10 +21,10 @@ package v1 import ( time "time" - velerov1 "github.com/heptio/velero/pkg/apis/velero/v1" - versioned "github.com/heptio/velero/pkg/generated/clientset/versioned" - internalinterfaces "github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces" - v1 "github.com/heptio/velero/pkg/generated/listers/velero/v1" + velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + versioned "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + internalinterfaces "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces" + v1 "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" diff --git a/pkg/generated/listers/velero/v1/backup.go b/pkg/generated/listers/velero/v1/backup.go index b79a45814..f61b1bab7 100644 --- a/pkg/generated/listers/velero/v1/backup.go +++ b/pkg/generated/listers/velero/v1/backup.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/backupstoragelocation.go b/pkg/generated/listers/velero/v1/backupstoragelocation.go index 90ec520ba..8c6c140bd 100644 --- a/pkg/generated/listers/velero/v1/backupstoragelocation.go +++ b/pkg/generated/listers/velero/v1/backupstoragelocation.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/deletebackuprequest.go b/pkg/generated/listers/velero/v1/deletebackuprequest.go index dc53b495d..45d270213 100644 --- a/pkg/generated/listers/velero/v1/deletebackuprequest.go +++ b/pkg/generated/listers/velero/v1/deletebackuprequest.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/downloadrequest.go b/pkg/generated/listers/velero/v1/downloadrequest.go index 4a863090f..206c42e25 100644 --- a/pkg/generated/listers/velero/v1/downloadrequest.go +++ b/pkg/generated/listers/velero/v1/downloadrequest.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/podvolumebackup.go b/pkg/generated/listers/velero/v1/podvolumebackup.go index 167bb9404..f92949685 100644 --- a/pkg/generated/listers/velero/v1/podvolumebackup.go +++ b/pkg/generated/listers/velero/v1/podvolumebackup.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/podvolumerestore.go b/pkg/generated/listers/velero/v1/podvolumerestore.go index 140621ead..c17dd3857 100644 --- a/pkg/generated/listers/velero/v1/podvolumerestore.go +++ b/pkg/generated/listers/velero/v1/podvolumerestore.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/resticrepository.go b/pkg/generated/listers/velero/v1/resticrepository.go index 3079988ee..67a8168dc 100644 --- a/pkg/generated/listers/velero/v1/resticrepository.go +++ b/pkg/generated/listers/velero/v1/resticrepository.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/restore.go b/pkg/generated/listers/velero/v1/restore.go index b53c0fee0..9c1360554 100644 --- a/pkg/generated/listers/velero/v1/restore.go +++ b/pkg/generated/listers/velero/v1/restore.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/schedule.go b/pkg/generated/listers/velero/v1/schedule.go index 8c6df9d45..b1431af94 100644 --- a/pkg/generated/listers/velero/v1/schedule.go +++ b/pkg/generated/listers/velero/v1/schedule.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/serverstatusrequest.go b/pkg/generated/listers/velero/v1/serverstatusrequest.go index a063e872d..ae35c2d6c 100644 --- a/pkg/generated/listers/velero/v1/serverstatusrequest.go +++ b/pkg/generated/listers/velero/v1/serverstatusrequest.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/generated/listers/velero/v1/volumesnapshotlocation.go b/pkg/generated/listers/velero/v1/volumesnapshotlocation.go index 9439ca851..b5ff7fe53 100644 --- a/pkg/generated/listers/velero/v1/volumesnapshotlocation.go +++ b/pkg/generated/listers/velero/v1/volumesnapshotlocation.go @@ -19,7 +19,7 @@ limitations under the License. package v1 import ( - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" diff --git a/pkg/install/install.go b/pkg/install/install.go index 167b9cef9..44c58daea 100644 --- a/pkg/install/install.go +++ b/pkg/install/install.go @@ -33,7 +33,7 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/apimachinery/pkg/util/wait" - "github.com/heptio/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/client" ) // kindToResource translates a Kind (mixed case, singular) to a Resource (lowercase, plural) string. diff --git a/pkg/install/resources.go b/pkg/install/resources.go index c2403adbd..81b036ae7 100644 --- a/pkg/install/resources.go +++ b/pkg/install/resources.go @@ -26,9 +26,9 @@ 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/buildinfo" - "github.com/heptio/velero/pkg/generated/crds" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + "github.com/vmware-tanzu/velero/pkg/generated/crds" ) // Use "latest" if the build process didn't supply a version diff --git a/pkg/persistence/mocks/backup_store.go b/pkg/persistence/mocks/backup_store.go index 184f02195..29a45f0e2 100644 --- a/pkg/persistence/mocks/backup_store.go +++ b/pkg/persistence/mocks/backup_store.go @@ -4,9 +4,9 @@ package mocks import io "io" import mock "github.com/stretchr/testify/mock" -import persistence "github.com/heptio/velero/pkg/persistence" -import v1 "github.com/heptio/velero/pkg/apis/velero/v1" -import volume "github.com/heptio/velero/pkg/volume" +import persistence "github.com/vmware-tanzu/velero/pkg/persistence" +import v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" +import volume "github.com/vmware-tanzu/velero/pkg/volume" // BackupStore is an autogenerated mock type for the BackupStore type type BackupStore struct { diff --git a/pkg/persistence/object_store.go b/pkg/persistence/object_store.go index f9b751bbc..45dcca034 100644 --- a/pkg/persistence/object_store.go +++ b/pkg/persistence/object_store.go @@ -28,10 +28,10 @@ import ( "github.com/sirupsen/logrus" kerrors "k8s.io/apimachinery/pkg/util/errors" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/volume" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/volume" ) type BackupInfo struct { diff --git a/pkg/persistence/object_store_test.go b/pkg/persistence/object_store_test.go index 4ccc05834..3d7f930dc 100644 --- a/pkg/persistence/object_store_test.go +++ b/pkg/persistence/object_store_test.go @@ -32,14 +32,14 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/cloudprovider" - cloudprovidermocks "github.com/heptio/velero/pkg/cloudprovider/mocks" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/util/encode" - "github.com/heptio/velero/pkg/volume" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/cloudprovider" + cloudprovidermocks "github.com/vmware-tanzu/velero/pkg/cloudprovider/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/util/encode" + "github.com/vmware-tanzu/velero/pkg/volume" ) type objectBackupStoreTestHarness struct { diff --git a/pkg/plugin/clientmgmt/client_builder.go b/pkg/plugin/clientmgmt/client_builder.go index 8349d4411..e95a665f8 100644 --- a/pkg/plugin/clientmgmt/client_builder.go +++ b/pkg/plugin/clientmgmt/client_builder.go @@ -25,8 +25,8 @@ import ( hcplugin "github.com/hashicorp/go-plugin" "github.com/sirupsen/logrus" - "github.com/heptio/velero/pkg/features" - "github.com/heptio/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/features" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" ) // clientBuilder builds go-plugin Clients. diff --git a/pkg/plugin/clientmgmt/client_builder_test.go b/pkg/plugin/clientmgmt/client_builder_test.go index 6ee9b511a..510b9e53c 100644 --- a/pkg/plugin/clientmgmt/client_builder_test.go +++ b/pkg/plugin/clientmgmt/client_builder_test.go @@ -25,9 +25,9 @@ import ( "github.com/sirupsen/logrus" "github.com/stretchr/testify/assert" - "github.com/heptio/velero/pkg/features" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/features" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/test" ) func TestNewClientBuilder(t *testing.T) { diff --git a/pkg/plugin/clientmgmt/manager.go b/pkg/plugin/clientmgmt/manager.go index 86b3d66d8..32c0884bf 100644 --- a/pkg/plugin/clientmgmt/manager.go +++ b/pkg/plugin/clientmgmt/manager.go @@ -22,8 +22,8 @@ import ( "github.com/sirupsen/logrus" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // Manager manages the lifecycles of plugins. diff --git a/pkg/plugin/clientmgmt/manager_test.go b/pkg/plugin/clientmgmt/manager_test.go index 97f436424..3688b8a3f 100644 --- a/pkg/plugin/clientmgmt/manager_test.go +++ b/pkg/plugin/clientmgmt/manager_test.go @@ -26,8 +26,8 @@ import ( "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/test" ) type mockRegistry struct { diff --git a/pkg/plugin/clientmgmt/process.go b/pkg/plugin/clientmgmt/process.go index 6dd2e516e..0d57a7cce 100644 --- a/pkg/plugin/clientmgmt/process.go +++ b/pkg/plugin/clientmgmt/process.go @@ -21,7 +21,7 @@ import ( "github.com/pkg/errors" "github.com/sirupsen/logrus" - "github.com/heptio/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" ) type ProcessFactory interface { diff --git a/pkg/plugin/clientmgmt/process_test.go b/pkg/plugin/clientmgmt/process_test.go index 42e7d5cc8..37e2c1128 100644 --- a/pkg/plugin/clientmgmt/process_test.go +++ b/pkg/plugin/clientmgmt/process_test.go @@ -23,7 +23,7 @@ import ( "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" - "github.com/heptio/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" ) type mockClientProtocol struct { diff --git a/pkg/plugin/clientmgmt/registry.go b/pkg/plugin/clientmgmt/registry.go index 620d08ad5..fe8a7f4b4 100644 --- a/pkg/plugin/clientmgmt/registry.go +++ b/pkg/plugin/clientmgmt/registry.go @@ -24,8 +24,8 @@ import ( "github.com/pkg/errors" "github.com/sirupsen/logrus" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/util/filesystem" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" ) // Registry manages information about available plugins. diff --git a/pkg/plugin/clientmgmt/registry_test.go b/pkg/plugin/clientmgmt/registry_test.go index 87fbbd513..45bbcbb89 100644 --- a/pkg/plugin/clientmgmt/registry_test.go +++ b/pkg/plugin/clientmgmt/registry_test.go @@ -24,7 +24,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/test" ) func TestNewRegistry(t *testing.T) { diff --git a/pkg/plugin/clientmgmt/restartable_backup_item_action.go b/pkg/plugin/clientmgmt/restartable_backup_item_action.go index ae27d2495..c8e96ab80 100644 --- a/pkg/plugin/clientmgmt/restartable_backup_item_action.go +++ b/pkg/plugin/clientmgmt/restartable_backup_item_action.go @@ -20,9 +20,9 @@ import ( "github.com/pkg/errors" "k8s.io/apimachinery/pkg/runtime" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/plugin/velero" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // restartableBackupItemAction is a backup item action for a given implementation (such as "pod"). It is associated with diff --git a/pkg/plugin/clientmgmt/restartable_backup_item_action_test.go b/pkg/plugin/clientmgmt/restartable_backup_item_action_test.go index 643d1f948..7f528e73a 100644 --- a/pkg/plugin/clientmgmt/restartable_backup_item_action_test.go +++ b/pkg/plugin/clientmgmt/restartable_backup_item_action_test.go @@ -25,10 +25,10 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime/schema" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/backup/mocks" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/plugin/velero" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/backup/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) func TestRestartableGetBackupItemAction(t *testing.T) { diff --git a/pkg/plugin/clientmgmt/restartable_delegate_test.go b/pkg/plugin/clientmgmt/restartable_delegate_test.go index c5ca9d1ca..3e3366c88 100644 --- a/pkg/plugin/clientmgmt/restartable_delegate_test.go +++ b/pkg/plugin/clientmgmt/restartable_delegate_test.go @@ -24,7 +24,7 @@ import ( "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" - "github.com/heptio/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" ) type restartableDelegateTest struct { diff --git a/pkg/plugin/clientmgmt/restartable_object_store.go b/pkg/plugin/clientmgmt/restartable_object_store.go index 378202fde..95fbc75c5 100644 --- a/pkg/plugin/clientmgmt/restartable_object_store.go +++ b/pkg/plugin/clientmgmt/restartable_object_store.go @@ -22,8 +22,8 @@ import ( "github.com/pkg/errors" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // restartableObjectStore is an object store for a given implementation (such as "aws"). It is associated with diff --git a/pkg/plugin/clientmgmt/restartable_object_store_test.go b/pkg/plugin/clientmgmt/restartable_object_store_test.go index d583a7b9e..b3109eee7 100644 --- a/pkg/plugin/clientmgmt/restartable_object_store_test.go +++ b/pkg/plugin/clientmgmt/restartable_object_store_test.go @@ -26,8 +26,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - cloudprovidermocks "github.com/heptio/velero/pkg/cloudprovider/mocks" - "github.com/heptio/velero/pkg/plugin/framework" + cloudprovidermocks "github.com/vmware-tanzu/velero/pkg/cloudprovider/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" ) func TestRestartableGetObjectStore(t *testing.T) { diff --git a/pkg/plugin/clientmgmt/restartable_restore_item_action.go b/pkg/plugin/clientmgmt/restartable_restore_item_action.go index 02aae88d0..0f55ebfde 100644 --- a/pkg/plugin/clientmgmt/restartable_restore_item_action.go +++ b/pkg/plugin/clientmgmt/restartable_restore_item_action.go @@ -19,8 +19,8 @@ package clientmgmt import ( "github.com/pkg/errors" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // restartableRestoreItemAction is a restore item action for a given implementation (such as "pod"). It is associated with diff --git a/pkg/plugin/clientmgmt/restartable_restore_item_action_test.go b/pkg/plugin/clientmgmt/restartable_restore_item_action_test.go index 8692f0dd9..8a37cdb4a 100644 --- a/pkg/plugin/clientmgmt/restartable_restore_item_action_test.go +++ b/pkg/plugin/clientmgmt/restartable_restore_item_action_test.go @@ -24,10 +24,10 @@ import ( "github.com/stretchr/testify/require" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/restore/mocks" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/restore/mocks" ) func TestRestartableGetRestoreItemAction(t *testing.T) { diff --git a/pkg/plugin/clientmgmt/restartable_volume_snapshotter.go b/pkg/plugin/clientmgmt/restartable_volume_snapshotter.go index 8accbce57..5e46bf229 100644 --- a/pkg/plugin/clientmgmt/restartable_volume_snapshotter.go +++ b/pkg/plugin/clientmgmt/restartable_volume_snapshotter.go @@ -20,8 +20,8 @@ import ( "github.com/pkg/errors" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // restartableVolumeSnapshotter is a volume snapshotter for a given implementation (such as "aws"). It is associated with diff --git a/pkg/plugin/clientmgmt/restartable_volume_snapshotter_test.go b/pkg/plugin/clientmgmt/restartable_volume_snapshotter_test.go index cf243bcba..a06b2fec4 100644 --- a/pkg/plugin/clientmgmt/restartable_volume_snapshotter_test.go +++ b/pkg/plugin/clientmgmt/restartable_volume_snapshotter_test.go @@ -25,8 +25,8 @@ import ( "github.com/stretchr/testify/require" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - "github.com/heptio/velero/pkg/cloudprovider/mocks" - "github.com/heptio/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/cloudprovider/mocks" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" ) func TestRestartableGetVolumeSnapshotter(t *testing.T) { diff --git a/pkg/plugin/framework/backup_item_action.go b/pkg/plugin/framework/backup_item_action.go index 3d4be3f13..080db20b1 100644 --- a/pkg/plugin/framework/backup_item_action.go +++ b/pkg/plugin/framework/backup_item_action.go @@ -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 diff --git a/pkg/plugin/framework/backup_item_action_client.go b/pkg/plugin/framework/backup_item_action_client.go index 52b79a816..b48de3928 100644 --- a/pkg/plugin/framework/backup_item_action_client.go +++ b/pkg/plugin/framework/backup_item_action_client.go @@ -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. diff --git a/pkg/plugin/framework/backup_item_action_server.go b/pkg/plugin/framework/backup_item_action_server.go index 4d408d13f..fb4b8a6af 100644 --- a/pkg/plugin/framework/backup_item_action_server.go +++ b/pkg/plugin/framework/backup_item_action_server.go @@ -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 diff --git a/pkg/plugin/framework/backup_item_action_test.go b/pkg/plugin/framework/backup_item_action_test.go index aff3b7049..7d41e0e78 100644 --- a/pkg/plugin/framework/backup_item_action_test.go +++ b/pkg/plugin/framework/backup_item_action_test.go @@ -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) { diff --git a/pkg/plugin/framework/client_dispenser_test.go b/pkg/plugin/framework/client_dispenser_test.go index 81baa2736..9ec526669 100644 --- a/pkg/plugin/framework/client_dispenser_test.go +++ b/pkg/plugin/framework/client_dispenser_test.go @@ -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 { diff --git a/pkg/plugin/framework/client_errors.go b/pkg/plugin/framework/client_errors.go index 1268587c3..adad199db 100644 --- a/pkg/plugin/framework/client_errors.go +++ b/pkg/plugin/framework/client_errors.go @@ -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 diff --git a/pkg/plugin/framework/logger.go b/pkg/plugin/framework/logger.go index c5396856e..b7f13e4af 100644 --- a/pkg/plugin/framework/logger.go +++ b/pkg/plugin/framework/logger.go @@ -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 diff --git a/pkg/plugin/framework/logger_test.go b/pkg/plugin/framework/logger_test.go index 787bf2f88..15564646d 100644 --- a/pkg/plugin/framework/logger_test.go +++ b/pkg/plugin/framework/logger_test.go @@ -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) { diff --git a/pkg/plugin/framework/object_store.go b/pkg/plugin/framework/object_store.go index 9bb16c0ca..1703f5dfa 100644 --- a/pkg/plugin/framework/object_store.go +++ b/pkg/plugin/framework/object_store.go @@ -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 diff --git a/pkg/plugin/framework/object_store_client.go b/pkg/plugin/framework/object_store_client.go index ee5675c2d..844274907 100644 --- a/pkg/plugin/framework/object_store_client.go +++ b/pkg/plugin/framework/object_store_client.go @@ -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 diff --git a/pkg/plugin/framework/object_store_server.go b/pkg/plugin/framework/object_store_server.go index 3784f523a..b2f2359ce 100644 --- a/pkg/plugin/framework/object_store_server.go +++ b/pkg/plugin/framework/object_store_server.go @@ -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 diff --git a/pkg/plugin/framework/plugin_base_test.go b/pkg/plugin/framework/plugin_base_test.go index 64724bae3..3d2573258 100644 --- a/pkg/plugin/framework/plugin_base_test.go +++ b/pkg/plugin/framework/plugin_base_test.go @@ -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) { diff --git a/pkg/plugin/framework/plugin_lister.go b/pkg/plugin/framework/plugin_lister.go index 91ab327c2..aed7de77d 100644 --- a/pkg/plugin/framework/plugin_lister.go +++ b/pkg/plugin/framework/plugin_lister.go @@ -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. diff --git a/pkg/plugin/framework/restore_item_action.go b/pkg/plugin/framework/restore_item_action.go index bfc27955d..f417c9317 100644 --- a/pkg/plugin/framework/restore_item_action.go +++ b/pkg/plugin/framework/restore_item_action.go @@ -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 diff --git a/pkg/plugin/framework/restore_item_action_client.go b/pkg/plugin/framework/restore_item_action_client.go index 06622e26d..33d7fff3a 100644 --- a/pkg/plugin/framework/restore_item_action_client.go +++ b/pkg/plugin/framework/restore_item_action_client.go @@ -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{} diff --git a/pkg/plugin/framework/restore_item_action_server.go b/pkg/plugin/framework/restore_item_action_server.go index 13895ae4a..340559a77 100644 --- a/pkg/plugin/framework/restore_item_action_server.go +++ b/pkg/plugin/framework/restore_item_action_server.go @@ -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 diff --git a/pkg/plugin/framework/server.go b/pkg/plugin/framework/server.go index 59e32c400..285dcd925 100644 --- a/pkg/plugin/framework/server.go +++ b/pkg/plugin/framework/server.go @@ -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. diff --git a/pkg/plugin/framework/server_errors.go b/pkg/plugin/framework/server_errors.go index 2e8d916ae..55f8859fd 100644 --- a/pkg/plugin/framework/server_errors.go +++ b/pkg/plugin/framework/server_errors.go @@ -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 diff --git a/pkg/plugin/framework/volume_snapshotter.go b/pkg/plugin/framework/volume_snapshotter.go index 3e3873031..02ef335f7 100644 --- a/pkg/plugin/framework/volume_snapshotter.go +++ b/pkg/plugin/framework/volume_snapshotter.go @@ -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 diff --git a/pkg/plugin/framework/volume_snapshotter_client.go b/pkg/plugin/framework/volume_snapshotter_client.go index 25081440d..53ac58d25 100644 --- a/pkg/plugin/framework/volume_snapshotter_client.go +++ b/pkg/plugin/framework/volume_snapshotter_client.go @@ -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. diff --git a/pkg/plugin/framework/volume_snapshotter_server.go b/pkg/plugin/framework/volume_snapshotter_server.go index 3d73f14bd..bde371c93 100644 --- a/pkg/plugin/framework/volume_snapshotter_server.go +++ b/pkg/plugin/framework/volume_snapshotter_server.go @@ -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 diff --git a/pkg/plugin/mocks/manager.go b/pkg/plugin/mocks/manager.go index 9bb0549f8..ef6beea7b 100644 --- a/pkg/plugin/mocks/manager.go +++ b/pkg/plugin/mocks/manager.go @@ -19,7 +19,7 @@ package mocks import ( mock "github.com/stretchr/testify/mock" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // Manager is an autogenerated mock type for the Manager type diff --git a/pkg/plugin/mocks/process_factory.go b/pkg/plugin/mocks/process_factory.go index 23a8f0ff8..22abc81fc 100644 --- a/pkg/plugin/mocks/process_factory.go +++ b/pkg/plugin/mocks/process_factory.go @@ -18,7 +18,7 @@ package mocks import logrus "github.com/sirupsen/logrus" import mock "github.com/stretchr/testify/mock" -import "github.com/heptio/velero/pkg/plugin/clientmgmt" +import "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt" // ProcessFactory is an autogenerated mock type for the ProcessFactory type type ProcessFactory struct { diff --git a/pkg/plugin/velero/backup_item_action.go b/pkg/plugin/velero/backup_item_action.go index 7b19c9a48..70d28555f 100644 --- a/pkg/plugin/velero/backup_item_action.go +++ b/pkg/plugin/velero/backup_item_action.go @@ -20,7 +20,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" - api "github.com/heptio/velero/pkg/apis/velero/v1" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) // BackupItemAction is an actor that performs an operation on an individual item being backed up. diff --git a/pkg/plugin/velero/restore_item_action.go b/pkg/plugin/velero/restore_item_action.go index d2fcd0004..ea758c93a 100644 --- a/pkg/plugin/velero/restore_item_action.go +++ b/pkg/plugin/velero/restore_item_action.go @@ -19,7 +19,7 @@ package velero import ( "k8s.io/apimachinery/pkg/runtime" - api "github.com/heptio/velero/pkg/apis/velero/v1" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) // RestoreItemAction is an actor that performs an operation on an individual item being restored. diff --git a/pkg/podexec/pod_command_executor.go b/pkg/podexec/pod_command_executor.go index b8df9eda1..a44554820 100644 --- a/pkg/podexec/pod_command_executor.go +++ b/pkg/podexec/pod_command_executor.go @@ -29,7 +29,7 @@ import ( "k8s.io/client-go/rest" "k8s.io/client-go/tools/remotecommand" - api "github.com/heptio/velero/pkg/apis/velero/v1" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) const defaultTimeout = 30 * time.Second diff --git a/pkg/podexec/pod_command_executor_test.go b/pkg/podexec/pod_command_executor_test.go index 68f372b1c..84f0534c0 100644 --- a/pkg/podexec/pod_command_executor_test.go +++ b/pkg/podexec/pod_command_executor_test.go @@ -34,8 +34,8 @@ import ( "k8s.io/client-go/rest" "k8s.io/client-go/tools/remotecommand" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - velerotest "github.com/heptio/velero/pkg/test" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestNewPodCommandExecutor(t *testing.T) { diff --git a/pkg/restic/backupper.go b/pkg/restic/backupper.go index 15439b9af..d80d4f79f 100644 --- a/pkg/restic/backupper.go +++ b/pkg/restic/backupper.go @@ -28,9 +28,9 @@ import ( corev1client "k8s.io/client-go/kubernetes/typed/core/v1" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/label" - "github.com/heptio/velero/pkg/util/boolptr" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/label" + "github.com/vmware-tanzu/velero/pkg/util/boolptr" ) // Backupper can execute restic backups of volumes in a pod. diff --git a/pkg/restic/common.go b/pkg/restic/common.go index 2a39b4b8a..21bae7a09 100644 --- a/pkg/restic/common.go +++ b/pkg/restic/common.go @@ -27,11 +27,11 @@ import ( "k8s.io/apimachinery/pkg/labels" corev1listers "k8s.io/client-go/listers/core/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/cloudprovider/azure" - velerov1listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/label" - "github.com/heptio/velero/pkg/util/filesystem" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/cloudprovider/azure" + velerov1listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/label" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" ) const ( diff --git a/pkg/restic/common_test.go b/pkg/restic/common_test.go index 60e57a244..b22545779 100644 --- a/pkg/restic/common_test.go +++ b/pkg/restic/common_test.go @@ -27,11 +27,11 @@ import ( corev1listers "k8s.io/client-go/listers/core/v1" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - velerotest "github.com/heptio/velero/pkg/test" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestGetVolumeBackupsForPod(t *testing.T) { diff --git a/pkg/restic/config.go b/pkg/restic/config.go index 37c74b58f..0d3904632 100644 --- a/pkg/restic/config.go +++ b/pkg/restic/config.go @@ -23,9 +23,9 @@ import ( "github.com/pkg/errors" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/cloudprovider/aws" - "github.com/heptio/velero/pkg/persistence" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/cloudprovider/aws" + "github.com/vmware-tanzu/velero/pkg/persistence" ) type BackendType string diff --git a/pkg/restic/config_test.go b/pkg/restic/config_test.go index e0c1d1f89..67133aab6 100644 --- a/pkg/restic/config_test.go +++ b/pkg/restic/config_test.go @@ -22,7 +22,7 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/assert" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) func TestGetRepoIdentifier(t *testing.T) { diff --git a/pkg/restic/exec_commands.go b/pkg/restic/exec_commands.go index 58fa6b26d..689263ef0 100644 --- a/pkg/restic/exec_commands.go +++ b/pkg/restic/exec_commands.go @@ -25,9 +25,9 @@ import ( "github.com/pkg/errors" "github.com/sirupsen/logrus" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/util/exec" - "github.com/heptio/velero/pkg/util/filesystem" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/util/exec" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" ) const restoreProgressCheckInterval = 10 * time.Second diff --git a/pkg/restic/exec_commands_test.go b/pkg/restic/exec_commands_test.go index a7b4d4af5..b3bd5174a 100644 --- a/pkg/restic/exec_commands_test.go +++ b/pkg/restic/exec_commands_test.go @@ -21,8 +21,8 @@ import ( "github.com/stretchr/testify/assert" - "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/util/filesystem" + "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" ) func Test_getSummaryLine(t *testing.T) { diff --git a/pkg/restic/mocks/restorer.go b/pkg/restic/mocks/restorer.go index 04b48375d..7f4f5c1d8 100644 --- a/pkg/restic/mocks/restorer.go +++ b/pkg/restic/mocks/restorer.go @@ -3,7 +3,7 @@ package mocks import mock "github.com/stretchr/testify/mock" -import restic "github.com/heptio/velero/pkg/restic" +import restic "github.com/vmware-tanzu/velero/pkg/restic" // Restorer is an autogenerated mock type for the Restorer type type Restorer struct { diff --git a/pkg/restic/repository_ensurer.go b/pkg/restic/repository_ensurer.go index eecc03a8d..f0e503c80 100644 --- a/pkg/restic/repository_ensurer.go +++ b/pkg/restic/repository_ensurer.go @@ -28,11 +28,11 @@ import ( "k8s.io/apimachinery/pkg/labels" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - velerov1informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - velerov1listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/label" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + velerov1informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + velerov1listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/label" ) // repositoryEnsurer ensures that Velero restic repositories are created and ready. diff --git a/pkg/restic/repository_manager.go b/pkg/restic/repository_manager.go index 1e58ef930..a5bacab26 100644 --- a/pkg/restic/repository_manager.go +++ b/pkg/restic/repository_manager.go @@ -29,13 +29,13 @@ import ( corev1listers "k8s.io/client-go/listers/core/v1" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - clientset "github.com/heptio/velero/pkg/generated/clientset/versioned" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - velerov1informers "github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1" - velerov1listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - veleroexec "github.com/heptio/velero/pkg/util/exec" - "github.com/heptio/velero/pkg/util/filesystem" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + clientset "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + velerov1informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1" + velerov1listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + veleroexec "github.com/vmware-tanzu/velero/pkg/util/exec" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" ) // RepositoryManager executes commands against restic repositories. diff --git a/pkg/restic/restorer.go b/pkg/restic/restorer.go index 6a310096d..ff403d9f4 100644 --- a/pkg/restic/restorer.go +++ b/pkg/restic/restorer.go @@ -26,9 +26,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/tools/cache" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/label" - "github.com/heptio/velero/pkg/util/boolptr" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/label" + "github.com/vmware-tanzu/velero/pkg/util/boolptr" ) type RestoreData struct { diff --git a/pkg/restore/add_pv_from_pvc_action.go b/pkg/restore/add_pv_from_pvc_action.go index a0503dbad..04c992357 100644 --- a/pkg/restore/add_pv_from_pvc_action.go +++ b/pkg/restore/add_pv_from_pvc_action.go @@ -22,8 +22,8 @@ import ( corev1api "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) type AddPVFromPVCAction struct { diff --git a/pkg/restore/add_pv_from_pvc_action_test.go b/pkg/restore/add_pv_from_pvc_action_test.go index bb86860b4..b4ceb90a4 100644 --- a/pkg/restore/add_pv_from_pvc_action_test.go +++ b/pkg/restore/add_pv_from_pvc_action_test.go @@ -25,9 +25,9 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestAddPVFromPVCActionExecute(t *testing.T) { diff --git a/pkg/restore/add_pvc_from_pod_action.go b/pkg/restore/add_pvc_from_pod_action.go index 11e740a31..70f33d985 100644 --- a/pkg/restore/add_pvc_from_pod_action.go +++ b/pkg/restore/add_pvc_from_pod_action.go @@ -22,8 +22,8 @@ import ( corev1api "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) type AddPVCFromPodAction struct { diff --git a/pkg/restore/add_pvc_from_pod_action_test.go b/pkg/restore/add_pvc_from_pod_action_test.go index df2cdf46f..b409e5d6e 100644 --- a/pkg/restore/add_pvc_from_pod_action_test.go +++ b/pkg/restore/add_pvc_from_pod_action_test.go @@ -26,9 +26,9 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestAddPVCFromPodActionExecute(t *testing.T) { diff --git a/pkg/restore/change_storageclass_action.go b/pkg/restore/change_storageclass_action.go index c874e388d..1589c7462 100644 --- a/pkg/restore/change_storageclass_action.go +++ b/pkg/restore/change_storageclass_action.go @@ -24,8 +24,8 @@ import ( corev1client "k8s.io/client-go/kubernetes/typed/core/v1" storagev1client "k8s.io/client-go/kubernetes/typed/storage/v1" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // ChangeStorageClassAction updates a PV or PVC's storage class name diff --git a/pkg/restore/change_storageclass_action_test.go b/pkg/restore/change_storageclass_action_test.go index 4a363e88e..815b4dc11 100644 --- a/pkg/restore/change_storageclass_action_test.go +++ b/pkg/restore/change_storageclass_action_test.go @@ -29,8 +29,8 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/client-go/kubernetes/fake" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // TestChangeStorageClassActionExecute runs the ChangeStorageClassAction's Execute diff --git a/pkg/restore/job_action.go b/pkg/restore/job_action.go index b8d3f6cdb..ecbea69da 100644 --- a/pkg/restore/job_action.go +++ b/pkg/restore/job_action.go @@ -23,7 +23,7 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) type JobAction struct { diff --git a/pkg/restore/job_action_test.go b/pkg/restore/job_action_test.go index 12fa1131e..606dd089d 100644 --- a/pkg/restore/job_action_test.go +++ b/pkg/restore/job_action_test.go @@ -27,8 +27,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestJobActionExecute(t *testing.T) { diff --git a/pkg/restore/merge_service_account_test.go b/pkg/restore/merge_service_account_test.go index 5b306ad77..8079018ee 100644 --- a/pkg/restore/merge_service_account_test.go +++ b/pkg/restore/merge_service_account_test.go @@ -25,7 +25,7 @@ import ( corev1api "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - velerotest "github.com/heptio/velero/pkg/test" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) var mergedServiceAccountsBenchmarkResult *unstructured.Unstructured diff --git a/pkg/restore/mocks/item_action.go b/pkg/restore/mocks/item_action.go index 96d944191..8bdf3bbbc 100644 --- a/pkg/restore/mocks/item_action.go +++ b/pkg/restore/mocks/item_action.go @@ -19,7 +19,7 @@ package mocks import ( mock "github.com/stretchr/testify/mock" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) // ItemAction is an autogenerated mock type for the ItemAction type diff --git a/pkg/restore/pod_action.go b/pkg/restore/pod_action.go index c66a4a76d..2086954ae 100644 --- a/pkg/restore/pod_action.go +++ b/pkg/restore/pod_action.go @@ -25,7 +25,7 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) type PodAction struct { diff --git a/pkg/restore/pod_action_test.go b/pkg/restore/pod_action_test.go index 7789db521..1d0165541 100644 --- a/pkg/restore/pod_action_test.go +++ b/pkg/restore/pod_action_test.go @@ -26,8 +26,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestPodActionExecute(t *testing.T) { diff --git a/pkg/restore/pv_restorer.go b/pkg/restore/pv_restorer.go index c18259528..2a83378c4 100644 --- a/pkg/restore/pv_restorer.go +++ b/pkg/restore/pv_restorer.go @@ -21,10 +21,10 @@ import ( "github.com/sirupsen/logrus" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - api "github.com/heptio/velero/pkg/apis/velero/v1" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/util/boolptr" - "github.com/heptio/velero/pkg/volume" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/util/boolptr" + "github.com/vmware-tanzu/velero/pkg/volume" ) type PVRestorer interface { diff --git a/pkg/restore/pv_restorer_test.go b/pkg/restore/pv_restorer_test.go index 2f218ba15..4f6cfee1e 100644 --- a/pkg/restore/pv_restorer_test.go +++ b/pkg/restore/pv_restorer_test.go @@ -25,14 +25,14 @@ import ( "github.com/stretchr/testify/require" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - cloudprovidermocks "github.com/heptio/velero/pkg/cloudprovider/mocks" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/volume" + api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + cloudprovidermocks "github.com/vmware-tanzu/velero/pkg/cloudprovider/mocks" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/volume" ) func defaultBackup() *builder.BackupBuilder { diff --git a/pkg/restore/restic_restore_action.go b/pkg/restore/restic_restore_action.go index 964255634..5a1d272e5 100644 --- a/pkg/restore/restic_restore_action.go +++ b/pkg/restore/restic_restore_action.go @@ -28,14 +28,14 @@ import ( "k8s.io/apimachinery/pkg/runtime" corev1client "k8s.io/client-go/kubernetes/typed/core/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/buildinfo" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - "github.com/heptio/velero/pkg/plugin/framework" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/util/kube" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/util/kube" ) const ( diff --git a/pkg/restore/restic_restore_action_test.go b/pkg/restore/restic_restore_action_test.go index 71579b20e..8bee92820 100644 --- a/pkg/restore/restic_restore_action_test.go +++ b/pkg/restore/restic_restore_action_test.go @@ -29,13 +29,13 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/client-go/kubernetes/fake" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/buildinfo" - velerofake "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/util/kube" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + velerofake "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/util/kube" ) func TestGetImage(t *testing.T) { diff --git a/pkg/restore/restore.go b/pkg/restore/restore.go index 9ec675f7a..f19659938 100644 --- a/pkg/restore/restore.go +++ b/pkg/restore/restore.go @@ -43,21 +43,21 @@ import ( "k8s.io/apimachinery/pkg/util/wait" corev1 "k8s.io/client-go/kubernetes/typed/core/v1" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/archive" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/discovery" - listers "github.com/heptio/velero/pkg/generated/listers/velero/v1" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/label" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/restic" - "github.com/heptio/velero/pkg/util/boolptr" - "github.com/heptio/velero/pkg/util/collections" - "github.com/heptio/velero/pkg/util/filesystem" - "github.com/heptio/velero/pkg/util/kube" - velerosync "github.com/heptio/velero/pkg/util/sync" - "github.com/heptio/velero/pkg/volume" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/archive" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/discovery" + listers "github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/label" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/restic" + "github.com/vmware-tanzu/velero/pkg/util/boolptr" + "github.com/vmware-tanzu/velero/pkg/util/collections" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" + "github.com/vmware-tanzu/velero/pkg/util/kube" + velerosync "github.com/vmware-tanzu/velero/pkg/util/sync" + "github.com/vmware-tanzu/velero/pkg/volume" ) type VolumeSnapshotterGetter interface { diff --git a/pkg/restore/restore_test.go b/pkg/restore/restore_test.go index 82a08e4b8..b87bb820b 100644 --- a/pkg/restore/restore_test.go +++ b/pkg/restore/restore_test.go @@ -44,21 +44,21 @@ import ( kubefake "k8s.io/client-go/kubernetes/fake" kubetesting "k8s.io/client-go/testing" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/client" - "github.com/heptio/velero/pkg/discovery" - velerov1informers "github.com/heptio/velero/pkg/generated/informers/externalversions" - "github.com/heptio/velero/pkg/kuberesource" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/restic" - resticmocks "github.com/heptio/velero/pkg/restic/mocks" - "github.com/heptio/velero/pkg/test" - testutil "github.com/heptio/velero/pkg/test" - "github.com/heptio/velero/pkg/util/collections" - "github.com/heptio/velero/pkg/util/encode" - kubeutil "github.com/heptio/velero/pkg/util/kube" - "github.com/heptio/velero/pkg/volume" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/discovery" + velerov1informers "github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions" + "github.com/vmware-tanzu/velero/pkg/kuberesource" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/restic" + resticmocks "github.com/vmware-tanzu/velero/pkg/restic/mocks" + "github.com/vmware-tanzu/velero/pkg/test" + testutil "github.com/vmware-tanzu/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/util/collections" + "github.com/vmware-tanzu/velero/pkg/util/encode" + kubeutil "github.com/vmware-tanzu/velero/pkg/util/kube" + "github.com/vmware-tanzu/velero/pkg/volume" ) // TestRestoreResourceFiltering runs restores with different combinations diff --git a/pkg/restore/service_account_action.go b/pkg/restore/service_account_action.go index 346d819bd..252d9fc57 100644 --- a/pkg/restore/service_account_action.go +++ b/pkg/restore/service_account_action.go @@ -25,8 +25,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/util/kube" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/util/kube" ) type ServiceAccountAction struct { diff --git a/pkg/restore/service_account_action_test.go b/pkg/restore/service_account_action_test.go index 83e04841f..0bc976a0f 100644 --- a/pkg/restore/service_account_action_test.go +++ b/pkg/restore/service_account_action_test.go @@ -27,8 +27,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/plugin/velero" - "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/test" ) func TestServiceAccountActionAppliesTo(t *testing.T) { diff --git a/pkg/restore/service_action.go b/pkg/restore/service_action.go index be29d8d97..54226e9f9 100644 --- a/pkg/restore/service_action.go +++ b/pkg/restore/service_action.go @@ -26,7 +26,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/sets" - "github.com/heptio/velero/pkg/plugin/velero" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" ) const annotationLastAppliedConfig = "kubectl.kubernetes.io/last-applied-configuration" diff --git a/pkg/restore/service_action_test.go b/pkg/restore/service_action_test.go index ee8c8e130..a7b899d85 100644 --- a/pkg/restore/service_action_test.go +++ b/pkg/restore/service_action_test.go @@ -27,8 +27,8 @@ import ( "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime" - "github.com/heptio/velero/pkg/plugin/velero" - velerotest "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/plugin/velero" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func svcJSON(ports ...corev1api.ServicePort) string { diff --git a/pkg/serverstatusrequest/process.go b/pkg/serverstatusrequest/process.go index 73475f28a..459b37d2a 100644 --- a/pkg/serverstatusrequest/process.go +++ b/pkg/serverstatusrequest/process.go @@ -26,10 +26,10 @@ import ( "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/util/clock" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/buildinfo" - velerov1client "github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1" - "github.com/heptio/velero/pkg/plugin/framework" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + velerov1client "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" ) const ttl = time.Minute diff --git a/pkg/serverstatusrequest/process_test.go b/pkg/serverstatusrequest/process_test.go index b4de2f464..f3fdb3f45 100644 --- a/pkg/serverstatusrequest/process_test.go +++ b/pkg/serverstatusrequest/process_test.go @@ -28,11 +28,11 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/clock" - velerov1api "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/buildinfo" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" - "github.com/heptio/velero/pkg/plugin/framework" + velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/buildinfo" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" + "github.com/vmware-tanzu/velero/pkg/plugin/framework" ) func statusRequestBuilder() *builder.ServerStatusRequestBuilder { diff --git a/pkg/test/api_server.go b/pkg/test/api_server.go index 90c3a483b..1be420549 100644 --- a/pkg/test/api_server.go +++ b/pkg/test/api_server.go @@ -24,7 +24,7 @@ import ( dynamicfake "k8s.io/client-go/dynamic/fake" kubefake "k8s.io/client-go/kubernetes/fake" - "github.com/heptio/velero/pkg/generated/clientset/versioned/fake" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake" ) // APIServer contains in-memory fakes for all of the relevant diff --git a/pkg/test/fake_dynamic.go b/pkg/test/fake_dynamic.go index bfedd5ee5..4f9518a29 100644 --- a/pkg/test/fake_dynamic.go +++ b/pkg/test/fake_dynamic.go @@ -24,7 +24,7 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/apimachinery/pkg/watch" - "github.com/heptio/velero/pkg/client" + "github.com/vmware-tanzu/velero/pkg/client" ) type FakeDynamicFactory struct { diff --git a/pkg/test/fake_file_system.go b/pkg/test/fake_file_system.go index 6af04372c..1e8788f5c 100644 --- a/pkg/test/fake_file_system.go +++ b/pkg/test/fake_file_system.go @@ -21,7 +21,7 @@ import ( "github.com/spf13/afero" - "github.com/heptio/velero/pkg/util/filesystem" + "github.com/vmware-tanzu/velero/pkg/util/filesystem" ) type FakeFileSystem struct { diff --git a/pkg/test/mock_pod_command_executor.go b/pkg/test/mock_pod_command_executor.go index 816b6f9df..ef28ec96e 100644 --- a/pkg/test/mock_pod_command_executor.go +++ b/pkg/test/mock_pod_command_executor.go @@ -19,7 +19,7 @@ import ( "github.com/sirupsen/logrus" "github.com/stretchr/testify/mock" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" ) type MockPodCommandExecutor struct { diff --git a/pkg/util/encode/encode.go b/pkg/util/encode/encode.go index 09833c699..eee393238 100644 --- a/pkg/util/encode/encode.go +++ b/pkg/util/encode/encode.go @@ -24,8 +24,8 @@ import ( "github.com/pkg/errors" "k8s.io/apimachinery/pkg/runtime" - v1 "github.com/heptio/velero/pkg/apis/velero/v1" - "github.com/heptio/velero/pkg/generated/clientset/versioned/scheme" + v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1" + "github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme" ) // Encode converts the provided object to the specified format diff --git a/pkg/util/kube/utils_test.go b/pkg/util/kube/utils_test.go index 1554f33aa..2c572b221 100644 --- a/pkg/util/kube/utils_test.go +++ b/pkg/util/kube/utils_test.go @@ -29,9 +29,9 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" kubeinformers "k8s.io/client-go/informers" - "github.com/heptio/velero/pkg/builder" - "github.com/heptio/velero/pkg/test" - velerotest "github.com/heptio/velero/pkg/test" + "github.com/vmware-tanzu/velero/pkg/builder" + "github.com/vmware-tanzu/velero/pkg/test" + velerotest "github.com/vmware-tanzu/velero/pkg/test" ) func TestNamespaceAndName(t *testing.T) { diff --git a/pkg/util/logging/error_location_hook_test.go b/pkg/util/logging/error_location_hook_test.go index f13713b7c..e7ab47cab 100644 --- a/pkg/util/logging/error_location_hook_test.go +++ b/pkg/util/logging/error_location_hook_test.go @@ -55,7 +55,7 @@ func TestFire(t *testing.T) { expectedEntryFields: map[string]interface{}{ logrus.ErrorKey: pkgerrs.New("a pkg/errors error"), errorFileField: "", - errorFunctionField: "github.com/heptio/velero/pkg/util/logging.TestFire", + errorFunctionField: "github.com/vmware-tanzu/velero/pkg/util/logging.TestFire", }, }, { diff --git a/pkg/util/logging/format_flag.go b/pkg/util/logging/format_flag.go index 82915e19e..fda083cb8 100644 --- a/pkg/util/logging/format_flag.go +++ b/pkg/util/logging/format_flag.go @@ -15,7 +15,7 @@ limitations under the License. */ package logging -import "github.com/heptio/velero/pkg/cmd/util/flag" +import "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" // Format is a string representation of the desired output format for logs type Format string diff --git a/pkg/util/logging/log_level_flag.go b/pkg/util/logging/log_level_flag.go index bb49a01d4..4d3d306d0 100644 --- a/pkg/util/logging/log_level_flag.go +++ b/pkg/util/logging/log_level_flag.go @@ -21,7 +21,7 @@ import ( "github.com/sirupsen/logrus" - "github.com/heptio/velero/pkg/cmd/util/flag" + "github.com/vmware-tanzu/velero/pkg/cmd/util/flag" ) var sortedLogLevels = sortLogLevels() diff --git a/pkg/util/logging/log_location_hook.go b/pkg/util/logging/log_location_hook.go index 37ad9b66d..a0e88813a 100644 --- a/pkg/util/logging/log_location_hook.go +++ b/pkg/util/logging/log_location_hook.go @@ -28,7 +28,7 @@ const ( logSourceField = "logSource" logSourceSetMarkerField = "@logSourceSetBy" logrusPackage = "github.com/sirupsen/logrus" - veleroPackage = "github.com/heptio/velero/" + veleroPackage = "github.com/vmware-tanzu/velero/" veleroPackageLen = len(veleroPackage) ) @@ -60,7 +60,7 @@ func (h *LogLocationHook) Fire(entry *logrus.Entry) error { // skip 2 frames: // runtime.Callers - // github.com/heptio/velero/pkg/util/logging/(*LogLocationHook).Fire + // github.com/vmware-tanzu/velero/pkg/util/logging/(*LogLocationHook).Fire n := runtime.Callers(2, pcs) // re-slice pcs based on the number of entries written @@ -122,7 +122,7 @@ func getLogSourceSetMarker(entry *logrus.Entry) string { func removeVeleroPackagePrefix(file string) string { if index := strings.Index(file, veleroPackage); index != -1 { - // strip off .../github.com/heptio/velero/ so we just have pkg/... + // strip off .../github.com/vmware-tanzu/velero/ so we just have pkg/... return file[index+veleroPackageLen:] } diff --git a/pkg/util/logging/log_location_hook_test.go b/pkg/util/logging/log_location_hook_test.go index 7b9089b0c..74f007a0b 100644 --- a/pkg/util/logging/log_location_hook_test.go +++ b/pkg/util/logging/log_location_hook_test.go @@ -23,6 +23,6 @@ import ( ) func TestRemoveVeleroPackagePrefix(t *testing.T) { - assert.Equal(t, "pkg/foo.go", removeVeleroPackagePrefix("github.com/heptio/velero/pkg/foo.go")) - assert.Equal(t, "github.com/heptio/velero-plugin-example/foo.go", removeVeleroPackagePrefix("github.com/heptio/velero-plugin-example/foo.go")) + assert.Equal(t, "pkg/foo.go", removeVeleroPackagePrefix("github.com/vmware-tanzu/velero/pkg/foo.go")) + assert.Equal(t, "github.com/vmware-tanzu/velero-plugin-example/foo.go", removeVeleroPackagePrefix("github.com/vmware-tanzu/velero-plugin-example/foo.go")) } diff --git a/site/README-JEKYLL.md b/site/README-JEKYLL.md index aa0f679e0..59f25ab75 100644 --- a/site/README-JEKYLL.md +++ b/site/README-JEKYLL.md @@ -23,7 +23,7 @@ If you are running a build on Ubuntu you will need the following packages: # Local Development 1. Install Jekyll and plug-ins in one fell swoop. `gem install github-pages` This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc. -2. Clone down your own fork, or clone the main repo `git clone https://github.com/heptio/velero` and add your own remote. +2. Clone down your own fork, or clone the main repo `git clone https://github.com/vmware-tanzu/velero` and add your own remote. 3. `cd velero/site` 4. `rbenv local 2.6.3` 5. `bundle install` diff --git a/site/_config.yml b/site/_config.yml index 5c702c2f0..a374946e7 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -9,7 +9,7 @@ twitter: username: projectvelero card: summary vm_logo: vm-logo.png -gh_repo: https://github.com/heptio/velero +gh_repo: https://github.com/vmware-tanzu/velero markdown: redcarpet hero: background-color: med-blue @@ -36,7 +36,7 @@ footer_social_links: url: feed.xml GitHub: fa_icon: fab fa-github - url: https://github.com/heptio/velero + url: https://github.com/vmware-tanzu/velero defaults: - scope: @@ -53,85 +53,85 @@ defaults: path: docs/master values: version: master - gh: https://github.com/heptio/velero/tree/master + gh: https://github.com/vmware-tanzu/velero/tree/master layout: "docs" - scope: path: docs/v1.1.0 values: version: v1.1.0 - gh: https://github.com/heptio/velero/tree/v1.1.0 + gh: https://github.com/vmware-tanzu/velero/tree/v1.1.0 layout: "docs" - scope: path: docs/v1.0.0 values: version: v1.0.0 - gh: https:/github.com/heptio/velero/tree/v1.0.0 + gh: https:/github.com/vmware-tanzu/velero/tree/v1.0.0 layout: "docs" - scope: path: docs/v0.11.0 values: version: v0.11.0 - gh: https:/github.com/heptio/velero/tree/v0.11.0 + gh: https:/github.com/vmware-tanzu/velero/tree/v0.11.0 layout: "docs" - scope: path: docs/v0.10.0 values: version: v0.10.0 - gh: https:/github.com/heptio/velero/tree/v0.10.0 + gh: https:/github.com/vmware-tanzu/velero/tree/v0.10.0 layout: "docs" - scope: path: docs/v0.9.0 values: version: v0.9.0 - gh: https:/github.com/heptio/velero/tree/v0.9.0 + gh: https:/github.com/vmware-tanzu/velero/tree/v0.9.0 layout: "docs" - scope: path: docs/v0.8.1 values: version: v0.8.1 - gh: https:/github.com/heptio/velero/tree/v0.8.1 + gh: https:/github.com/vmware-tanzu/velero/tree/v0.8.1 layout: "docs" - scope: path: docs/v0.8.0 values: version: v0.8.0 - gh: https:/github.com/heptio/velero/tree/v0.8.0 + gh: https:/github.com/vmware-tanzu/velero/tree/v0.8.0 layout: "docs" - scope: path: docs/v0.7.1 values: version: v0.7.1 - gh: https://github.com/heptio/velero/tree/v0.7.1 + gh: https://github.com/vmware-tanzu/velero/tree/v0.7.1 layout: "docs" - scope: path: docs/v0.7.0 values: version: v0.7.0 - gh: https://github.com/heptio/velero/tree/v0.7.0 + gh: https://github.com/vmware-tanzu/velero/tree/v0.7.0 layout: "docs" - scope: path: docs/v0.6.0 values: version: v0.6.0 - gh: https://github.com/heptio/velero/tree/v0.6.0 + gh: https://github.com/vmware-tanzu/velero/tree/v0.6.0 layout: "docs" - scope: path: docs/v0.5.0 values: version: v0.5.0 - gh: https://github.com/heptio/velero/tree/v0.5.0 + gh: https://github.com/vmware-tanzu/velero/tree/v0.5.0 layout: "docs" - scope: path: docs/v0.4.0 values: version: v0.4.0 - gh: https://github.com/heptio/velero/tree/v0.4.0 + gh: https://github.com/vmware-tanzu/velero/tree/v0.4.0 layout: "docs" - scope: path: docs/v0.3.0 values: version: v0.3.0 - gh: https://github.com/heptio/velero/tree/v0.3.0 + gh: https://github.com/vmware-tanzu/velero/tree/v0.3.0 layout: "docs" page_gen: diff --git a/site/_posts/2019-04-09-Velero-is-an-Open-Source-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters.md b/site/_posts/2019-04-09-Velero-is-an-Open-Source-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters.md index 820a50e97..efb6a8950 100644 --- a/site/_posts/2019-04-09-Velero-is-an-Open-Source-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters.md +++ b/site/_posts/2019-04-09-Velero-is-an-Open-Source-Tool-to-Back-up-and-Migrate-Kubernetes-Clusters.md @@ -28,6 +28,6 @@ Since Velero was initially released in August 2017, we’ve had nearly 70 contri * Google Group ([projectvelero](groups.google.com/forum/#!forum/projectvelero)) -We are continuing to work towards Velero 1.0 and would love your help working on the items in our roadmap. If you’re interested in contributing, we have a number of GitHub issues labeled as [Good First Issue](https://github.com/heptio/velero/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+first+issue%22) and [Help Wanted](https://github.com/heptio/velero/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+wanted%22), including items related to Prometheus metrics, the CLI UX, improved documentation, and more. We are more than happy to work with new and existing contributors alike. +We are continuing to work towards Velero 1.0 and would love your help working on the items in our roadmap. If you’re interested in contributing, we have a number of GitHub issues labeled as [Good First Issue](https://github.com/vmware-tanzu/velero/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+first+issue%22) and [Help Wanted](https://github.com/vmware-tanzu/velero/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+wanted%22), including items related to Prometheus metrics, the CLI UX, improved documentation, and more. We are more than happy to work with new and existing contributors alike. _Previously posted at: _ diff --git a/site/_posts/2019-05-20-velero-1.0-has-arrived.md b/site/_posts/2019-05-20-velero-1.0-has-arrived.md index 1755e08f6..fc99e8d50 100644 --- a/site/_posts/2019-05-20-velero-1.0-has-arrived.md +++ b/site/_posts/2019-05-20-velero-1.0-has-arrived.md @@ -58,9 +58,9 @@ Though technically not a breaking change, we have changed the way we are handing ## Join the Movement – Contribute! -Velero is better because of our contributors and maintainers. It is because of them that we can bring great software to the community. Please join us during our [online community meetings twice a month](https://github.com/heptio/velero-community) and catch up with past meetings on YouTube at the [VMware Cloud Native Apps channel](https://www.youtube.com/channel/UCdkGV51Nu0unDNT58bHt9bg/featured) and the [Velero Community Meetings playlist](https://www.youtube.com/watch?v=nc48ocI-6go&list=PL7bmigfV0EqQRysvqvqOtRNk4L5S7uqwM). +Velero is better because of our contributors and maintainers. It is because of them that we can bring great software to the community. Please join us during our [online community meetings twice a month](https://github.com/vmware-tanzu/velero-community) and catch up with past meetings on YouTube at the [VMware Cloud Native Apps channel](https://www.youtube.com/channel/UCdkGV51Nu0unDNT58bHt9bg/featured) and the [Velero Community Meetings playlist](https://www.youtube.com/watch?v=nc48ocI-6go&list=PL7bmigfV0EqQRysvqvqOtRNk4L5S7uqwM). -You can always find the latest project information at [https://velero.io](https://velero.io). Look for issues on GitHub marked [“Good first issue”](https://github.com/heptio/velero/issues?q=is:open+is:issue+label:%22Good+first+issue%22) or [“Help wanted”](https://github.com/heptio/velero/issues?utf8=✓&q=is:open+is:issue+label:%22Help+wanted%22+) if you want to roll up your sleeves and write some code with us. +You can always find the latest project information at [https://velero.io](https://velero.io). Look for issues on GitHub marked [“Good first issue”](https://github.com/vmware-tanzu/velero/issues?q=is:open+is:issue+label:%22Good+first+issue%22) or [“Help wanted”](https://github.com/vmware-tanzu/velero/issues?utf8=✓&q=is:open+is:issue+label:%22Help+wanted%22+) if you want to roll up your sleeves and write some code with us. You can find us on [Kubernetes Slack at the #velero channel](https://kubernetes.slack.com/messages/C6VCGP4MT). Follow us on Twitter at [@ProjectVelero](https://twitter.com/projectvelero). diff --git a/site/_posts/2019-08-22-announcing-velero-1.1.md b/site/_posts/2019-08-22-announcing-velero-1.1.md index e90d51def..8e3622f45 100644 --- a/site/_posts/2019-08-22-announcing-velero-1.1.md +++ b/site/_posts/2019-08-22-announcing-velero-1.1.md @@ -59,11 +59,11 @@ Finally, thanks to testing by [Dylan Murray](https://github.com/dymurray) and [S ## Help Us Build the Future -For Velero 1.2, the current plan is to begin implementing CSI snapshot support at a beta level. If accepted, this approach would align Velero with the larger community, and in the future, it would allow Velero to snapshot far more volume providers. We have posted a [design document](https://github.com/heptio/velero/pull/1661) for community review, so please be sure to take a look if this interests you. +For Velero 1.2, the current plan is to begin implementing CSI snapshot support at a beta level. If accepted, this approach would align Velero with the larger community, and in the future, it would allow Velero to snapshot far more volume providers. We have posted a [design document](https://github.com/vmware-tanzu/velero/pull/1661) for community review, so please be sure to take a look if this interests you. We are also working on volume cloning, so that a persistent volume could be snapshotted and then duplicated for use within another namespace in the cluster. -The team has also been discussing different approaches to concurrent backup jobs. This is a longer term goal, that will not be included in 1.2. Comments on the [design document](https://github.com/heptio/velero/pull/1653) would be really helpful. +The team has also been discussing different approaches to concurrent backup jobs. This is a longer term goal, that will not be included in 1.2. Comments on the [design document](https://github.com/vmware-tanzu/velero/pull/1653) would be really helpful. ## Take the Survey @@ -71,8 +71,8 @@ Finally, we’re running [a survey](https://velero.io/survey) for our users. Let ## Join the Movement – Contribute! -Velero is better because of our contributors and maintainers. It is because of them that we can bring great software to the community. Please join us during our [online community meetings every first Tuesday](https://github.com/heptio/velero-community) and catch up with past meetings on YouTube on the [Velero Community Meetings playlist](https://www.youtube.com/watch?v=nc48ocI-6go&list=PL7bmigfV0EqQRysvqvqOtRNk4L5S7uqwM). +Velero is better because of our contributors and maintainers. It is because of them that we can bring great software to the community. Please join us during our [online community meetings every first Tuesday](https://github.com/vmware-tanzu/velero-community) and catch up with past meetings on YouTube on the [Velero Community Meetings playlist](https://www.youtube.com/watch?v=nc48ocI-6go&list=PL7bmigfV0EqQRysvqvqOtRNk4L5S7uqwM). -You can always find the latest project information at [velero.io](https://velero.io). Look for issues on GitHub marked [“Good first issue”](https://github.com/heptio/velero/issues?q=is:open+is:issue+label:%22Good+first+issue%22) or [“Help wanted”](https://github.com/heptio/velero/issues?utf8=✓&q=is:open+is:issue+label:%22Help+wanted%22+) if you want to roll up your sleeves and write some code with us. +You can always find the latest project information at [velero.io](https://velero.io). Look for issues on GitHub marked [“Good first issue”](https://github.com/vmware-tanzu/velero/issues?q=is:open+is:issue+label:%22Good+first+issue%22) or [“Help wanted”](https://github.com/vmware-tanzu/velero/issues?utf8=✓&q=is:open+is:issue+label:%22Help+wanted%22+) if you want to roll up your sleeves and write some code with us. -You can find us on [Kubernetes Slack in the #velero channel](https://kubernetes.slack.com/messages/C6VCGP4MT), and follow us on Twitter at [@projectvelero](https://twitter.com/projectvelero). \ No newline at end of file +You can find us on [Kubernetes Slack in the #velero channel](https://kubernetes.slack.com/messages/C6VCGP4MT), and follow us on Twitter at [@projectvelero](https://twitter.com/projectvelero). diff --git a/site/community.md b/site/community.md index 32b183c8d..3402db02a 100644 --- a/site/community.md +++ b/site/community.md @@ -6,19 +6,19 @@ id: community --- ## Do you want to help build Velero? -If you’re a newcomer, check out the “[Good first issue](https://github.com/heptio/velero/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+first+issue%22)” and “[Help wanted](https://github.com/heptio/velero/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22Help+wanted%22+)” labels in the Velero repository. +If you’re a newcomer, check out the “[Good first issue](https://github.com/vmware-tanzu/velero/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+first+issue%22)” and “[Help wanted](https://github.com/vmware-tanzu/velero/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22Help+wanted%22+)” labels in the Velero repository. Read how [we're using ZenHub](https://velero.io/docs/master/zenhub) for project and roadmap planning. If you are ready to jump in and test, add code, or help with documentation, follow the instructions on our [Start contributing](https://velero.io/docs/master/start-contributing/) documentation for guidance on how to setup Velero for development. -You can follow the work we do, see our milestones, and our backlog on our [ZenHub board](https://app.zenhub.com/workspace/o/heptio/velero/boards?filterLogic=all&repos=99143276). +You can follow the work we do, see our milestones, and our backlog on our [ZenHub board](https://app.zenhub.com/workspace/o/vmware-tanzu/velero/boards?filterLogic=all&repos=99143276). * Follow us on Twitter at [@projectvelero](https://twitter.com/projectvelero) * Join our Kubernetes Slack channel and talk to over 800 other community members: [#velero](https://kubernetes.slack.com/messages/velero) * Join our [Google Group](https://groups.google.com/forum/#!forum/projectvelero) to get updates on the project and invites to community meetings. -* Join the [Velero community meetings](https://github.com/heptio/velero-community): +* Join the [Velero community meetings](https://github.com/vmware-tanzu/velero-community): - Every 1st Tuesday - [Zoom link](https://vmware.zoom.us/j/551441444) - Every 3rd Tuesday - [Zoom link](https://vmware.zoom.us/j/324372812) * See previous community meetings on our [YouTube Channel](https://www.youtube.com/playlist?list=PL7bmigfV0EqQRysvqvqOtRNk4L5S7uqwM) diff --git a/site/docs/master/README.md b/site/docs/master/README.md index 3ec45a8a3..8ea46b915 100644 --- a/site/docs/master/README.md +++ b/site/docs/master/README.md @@ -42,11 +42,11 @@ If you are ready to jump in and test, add code, or help with documentation, foll See [the list of releases][6] to find out about feature changes. -[1]: https://travis-ci.org/heptio/velero.svg?branch=master -[2]: https://travis-ci.org/heptio/velero +[1]: https://travis-ci.org/vmware-tanzu/velero.svg?branch=master +[2]: https://travis-ci.org/vmware-tanzu/velero -[4]: https://github.com/heptio/velero/issues -[6]: https://github.com/heptio/velero/releases +[4]: https://github.com/vmware-tanzu/velero/issues +[6]: https://github.com/vmware-tanzu/velero/releases [9]: https://kubernetes.io/docs/setup/ [10]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-homebrew-on-macos @@ -62,4 +62,4 @@ See [the list of releases][6] to find out about feature changes. [30]: troubleshooting.md [99]: support-matrix.md -[100]: img/velero.png \ No newline at end of file +[100]: img/velero.png diff --git a/site/docs/master/aws-config.md b/site/docs/master/aws-config.md index 67b6c82dd..45a35e287 100644 --- a/site/docs/master/aws-config.md +++ b/site/docs/master/aws-config.md @@ -11,9 +11,9 @@ If you do not have the `aws` CLI locally installed, follow the [user guide][5] t ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/master/azure-config.md b/site/docs/master/azure-config.md index 0a8faf37a..02f56381c 100644 --- a/site/docs/master/azure-config.md +++ b/site/docs/master/azure-config.md @@ -22,9 +22,9 @@ consider using Premium Managed Disks, which are SSD backed. ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/master/build-from-source.md b/site/docs/master/build-from-source.md index 8d41e5f82..28b9ca4c1 100644 --- a/site/docs/master/build-from-source.md +++ b/site/docs/master/build-from-source.md @@ -14,7 +14,7 @@ ```bash mkdir $HOME/go export GOPATH=$HOME/go -go get github.com/heptio/velero +go get github.com/vmware-tanzu/velero ``` Where `go` is your [import path][4] for Go. @@ -23,7 +23,7 @@ For Go development, it is recommended to add the Go import path (`$HOME/go` in t ### Option 2) Release archive -Download the archive named `Source code` from the [release page][22] and extract it in your Go import path as `src/github.com/heptio/velero`. +Download the archive named `Source code` from the [release page][22] and extract it in your Go import path as `src/github.com/vmware-tanzu/velero`. Note that the Makefile targets assume building from a git repository. When building from an archive, you will be limited to the `go build` commands described below. @@ -97,4 +97,4 @@ kubectl -n velero delete pods -l deploy=velero [4]: https://blog.golang.org/organizing-go-code [5]: https://golang.org/doc/install -[22]: https://github.com/heptio/velero/releases \ No newline at end of file +[22]: https://github.com/vmware-tanzu/velero/releases diff --git a/site/docs/master/faq.md b/site/docs/master/faq.md index 8adce5045..00fe43e7c 100644 --- a/site/docs/master/faq.md +++ b/site/docs/master/faq.md @@ -22,7 +22,7 @@ Examples of cases where Velero is useful: Yes, with some exceptions. For example, when Velero restores pods it deletes the `nodeName` from the pod so that it can be scheduled onto a new node. You can see some more examples of the differences -in [pod_action.go](https://github.com/heptio/velero/blob/master/pkg/restore/pod_action.go) +in [pod_action.go](https://github.com/vmware-tanzu/velero/blob/master/pkg/restore/pod_action.go) ## I'm using Velero in multiple clusters. Should I use the same bucket to store all of my backups? diff --git a/site/docs/master/gcp-config.md b/site/docs/master/gcp-config.md index 0ecd3f945..b578f7323 100644 --- a/site/docs/master/gcp-config.md +++ b/site/docs/master/gcp-config.md @@ -9,9 +9,9 @@ If you do not have the `gcloud` and `gsutil` CLIs locally installed, follow the ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/master/get-started.md b/site/docs/master/get-started.md index 52bf13b88..5cae09020 100644 --- a/site/docs/master/get-started.md +++ b/site/docs/master/get-started.md @@ -19,9 +19,9 @@ If you encounter issues with installing or configuring, see [Debugging Installat ### Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ @@ -265,6 +265,6 @@ In this case: [3]: install-overview.md [17]: restic.md [18]: debugging-restores.md -[26]: https://github.com/heptio/velero/releases +[26]: https://github.com/vmware-tanzu/velero/releases [30]: https://godoc.org/github.com/robfig/cron [31]: #expose-minio-outside-your-cluster diff --git a/site/docs/master/hooks.md b/site/docs/master/hooks.md index bb0273d18..7ba0e50bc 100644 --- a/site/docs/master/hooks.md +++ b/site/docs/master/hooks.md @@ -77,5 +77,5 @@ velero backup logs nginx-hook-test | grep hookCommand [1]: api-types/backup.md -[2]: https://github.com/heptio/velero/blob/master/examples/nginx-app/with-pv.yaml +[2]: https://github.com/vmware-tanzu/velero/blob/master/examples/nginx-app/with-pv.yaml [3]: cloud-common.md diff --git a/site/docs/master/ibm-config.md b/site/docs/master/ibm-config.md index 3cd1aeae4..0fa14f5bd 100644 --- a/site/docs/master/ibm-config.md +++ b/site/docs/master/ibm-config.md @@ -11,9 +11,9 @@ To set up IBM Cloud Object Storage (COS) as Velero's destination, you: ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/master/image-tagging.md b/site/docs/master/image-tagging.md index f34fa4d33..8bad081f2 100644 --- a/site/docs/master/image-tagging.md +++ b/site/docs/master/image-tagging.md @@ -6,7 +6,7 @@ This document describes Velero's image tagging policy. `gcr.io/heptio-images/velero:` -Velero follows the [Semantic Versioning](http://semver.org/) standard for releases. Each tag in the `github.com/heptio/velero` repository has a matching image, e.g. `gcr.io/heptio-images/velero:v1.0.0`. +Velero follows the [Semantic Versioning](http://semver.org/) standard for releases. Each tag in the `github.com/vmware-tanzu/velero` repository has a matching image, e.g. `gcr.io/heptio-images/velero:v1.0.0`. ### Latest diff --git a/site/docs/master/migrating-to-velero.md b/site/docs/master/migrating-to-velero.md index 5c648f6bd..cd984e28d 100644 --- a/site/docs/master/migrating-to-velero.md +++ b/site/docs/master/migrating-to-velero.md @@ -36,7 +36,7 @@ kubectl scale --namespace heptio-ark deployment/ark --replicas 0 ARCH="amd64" # Download the velero client/example tarball to and unpack -curl -L https://github.com/heptio/velero/releases/download/v0.11.0/velero-v0.11.0-${OS}-${ARCH}.tar.gz --output velero-v0.11.0-${OS}-${ARCH}.tar.gz +curl -L https://github.com/vmware-tanzu/velero/releases/download/v0.11.0/velero-v0.11.0-${OS}-${ARCH}.tar.gz --output velero-v0.11.0-${OS}-${ARCH}.tar.gz tar xvf velero-v0.11.0-${OS}-${ARCH}.tar.gz # Create the prerequisite CRDs and namespace diff --git a/site/docs/master/oracle-config.md b/site/docs/master/oracle-config.md index 089fa65c4..182ad64aa 100644 --- a/site/docs/master/oracle-config.md +++ b/site/docs/master/oracle-config.md @@ -14,10 +14,10 @@ ## Download Velero -1. Download the [latest release](https://github.com/heptio/velero/releases/) of Velero to your development environment. This includes the `velero` CLI utility and example Kubernetes manifest files. For example: +1. Download the [latest release](https://github.com/vmware-tanzu/velero/releases/) of Velero to your development environment. This includes the `velero` CLI utility and example Kubernetes manifest files. For example: ``` - wget https://github.com/heptio/velero/releases/download/v1.0.0/velero-v1.0.0-linux-amd64.tar.gz + wget https://github.com/vmware-tanzu/velero/releases/download/v1.0.0/velero-v1.0.0-linux-amd64.tar.gz ``` *We strongly recommend that you use an official release of Velero. The tarballs for each release contain the velero command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!* @@ -242,4 +242,4 @@ After creating the Velero server in your cluster, try this example: ## Additional Reading * [Official Velero Documentation](https://velero.io/docs/master/) -* [Oracle Cloud Infrastructure Documentation](https://docs.cloud.oracle.com/) \ No newline at end of file +* [Oracle Cloud Infrastructure Documentation](https://docs.cloud.oracle.com/) diff --git a/site/docs/master/plugins.md b/site/docs/master/plugins.md index 9ff25904b..bf5dd05f3 100644 --- a/site/docs/master/plugins.md +++ b/site/docs/master/plugins.md @@ -22,7 +22,7 @@ When naming your plugin, keep in mind that the name needs to conform to these ru - example-with-dash.io/azure ``` -You will need to give your plugin(s) a name when registering them by calling the appropriate `RegisterX` function: +You will need to give your plugin(s) a name when registering them by calling the appropriate `RegisterX` function: ## Plugin Kinds @@ -86,6 +86,6 @@ Once parsed into a `[]string`, the features can then be registered using the `Ne Velero adds the `LD_LIBRARY_PATH` into the list of environment variables to provide the convenience for plugins that requires C libraries/extensions in the runtime. -[1]: https://github.com/heptio/velero-plugin-example -[2]: https://github.com/heptio/velero/blob/master/pkg/plugin/logger.go -[3]: https://github.com/heptio/velero/blob/master/pkg/restore/restic_restore_action.go +[1]: https://github.com/vmware-tanzu/velero-plugin-example +[2]: https://github.com/vmware-tanzu/velero/blob/master/pkg/plugin/logger.go +[3]: https://github.com/vmware-tanzu/velero/blob/master/pkg/restore/restic_restore_action.go diff --git a/site/docs/master/restic.md b/site/docs/master/restic.md index 155a4fae0..f1d709c69 100644 --- a/site/docs/master/restic.md +++ b/site/docs/master/restic.md @@ -373,7 +373,7 @@ To solve this, a controller was written by Thomann Bits&Beats: [velero-pvc-watch [1]: https://github.com/restic/restic [2]: install-overview.md -[3]: https://github.com/heptio/velero/releases/ +[3]: https://github.com/vmware-tanzu/velero/releases/ [4]: https://kubernetes.io/docs/concepts/storage/volumes/#local [5]: http://restic.readthedocs.io/en/latest/100_references.html#terminology [6]: https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagation diff --git a/site/docs/master/start-contributing.md b/site/docs/master/start-contributing.md index a67be8073..fc2dec285 100644 --- a/site/docs/master/start-contributing.md +++ b/site/docs/master/start-contributing.md @@ -7,7 +7,7 @@ ### Finding your way around -You may join the Velero community and contribute in many different ways, including helping us design or test new features. For any significant feature we consider adding, we start with a design document. You may find a list of currently in progress new designs here: https://github.com/heptio/velero/pulls?q=is%3Aopen+is%3Apr+label%3ADesign. Feel free to review and help us with your input. +You may join the Velero community and contribute in many different ways, including helping us design or test new features. For any significant feature we consider adding, we start with a design document. You may find a list of currently in progress new designs here: https://github.com/vmware-tanzu/velero/pulls?q=is%3Aopen+is%3Apr+label%3ADesign. Feel free to review and help us with your input. For information on how to connect with our maintainers and community, join our online meetings, or find good first issues, start on our [Velero community](https://velero.io/community/) page. @@ -17,5 +17,5 @@ Please browse our list of resources, including a playlist of past online communi If you are ready to jump in and test, add code, or help with documentation, please use the navigation on the left under `Contribute`. -[1]: https://github.com/heptio/velero/blob/master/CODE_OF_CONDUCT.md -[2]: https://github.com/heptio/velero/blob/master/CONTRIBUTING.md \ No newline at end of file +[1]: https://github.com/vmware-tanzu/velero/blob/master/CODE_OF_CONDUCT.md +[2]: https://github.com/vmware-tanzu/velero/blob/master/CONTRIBUTING.md diff --git a/site/docs/master/support-matrix.md b/site/docs/master/support-matrix.md index c2e08a9a2..1888493e8 100644 --- a/site/docs/master/support-matrix.md +++ b/site/docs/master/support-matrix.md @@ -58,10 +58,10 @@ After you publish your plugin, open a PR that adds your plugin to the appropriat [5]: ibm-config.md [6]: https://docs.portworx.com/scheduler/kubernetes/ark.html [7]: https://github.com/StackPointCloud/ark-plugin-digitalocean -[8]: https://github.com/heptio/velero-plugin-example/ +[8]: https://github.com/vmware-tanzu/velero-plugin-example/ [9]: get-started.md [10]: https://kubernetes.slack.com/messages/velero -[11]: https://github.com/heptio/velero/issues +[11]: https://github.com/vmware-tanzu/velero/issues [12]: https://github.com/aws/aws-sdk-go/aws [13]: https://portworx.slack.com/messages/px-k8s [14]: https://github.com/portworx/ark-plugin/issues diff --git a/site/docs/master/troubleshooting.md b/site/docs/master/troubleshooting.md index e1cbb754d..a3922dfc7 100644 --- a/site/docs/master/troubleshooting.md +++ b/site/docs/master/troubleshooting.md @@ -70,6 +70,6 @@ Backups in the `InProgress` phase have not uploaded any files to object storage. [1]: debugging-restores.md [2]: debugging-install.md -[4]: https://github.com/heptio/velero/issues +[4]: https://github.com/vmware-tanzu/velero/issues [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html [25]: https://kubernetes.slack.com/messages/velero diff --git a/site/docs/master/upgrade-to-1.1.md b/site/docs/master/upgrade-to-1.1.md index 9415ccf3e..939c43ae5 100644 --- a/site/docs/master/upgrade-to-1.1.md +++ b/site/docs/master/upgrade-to-1.1.md @@ -22,4 +22,4 @@ kubectl patch deployment/velero -n \ -p='[{"op":"add","path":"/spec/template/spec/containers/0/env/0","value":{"name":"VELERO_NAMESPACE", "valueFrom":{"fieldRef":{"fieldPath":"metadata.namespace"}}}}]' ``` -[1]: https://github.com/heptio/velero/releases/tag/v1.0.0 +[1]: https://github.com/vmware-tanzu/velero/releases/tag/v1.0.0 diff --git a/site/docs/master/zenhub.md b/site/docs/master/zenhub.md index 3d3e09b74..45298b3a2 100644 --- a/site/docs/master/zenhub.md +++ b/site/docs/master/zenhub.md @@ -12,4 +12,4 @@ If you are a Velero user or Velero Developer, you do not _need_ to use ZenHub fo ## Using ZenHub -ZenHub can be integrated within the GitHub interface using their [Chrome or FireFox extensions](https://www.zenhub.com/extension). In addition, you can use their dedicated [web application](https://app.zenhub.com/workspace/o/heptio/velero/boards?filterLogic=all&repos=99143276). +ZenHub can be integrated within the GitHub interface using their [Chrome or FireFox extensions](https://www.zenhub.com/extension). In addition, you can use their dedicated [web application](https://app.zenhub.com/workspace/o/vmware-tanzu/velero/boards?filterLogic=all&repos=99143276). diff --git a/site/docs/v1.0.0/README.md b/site/docs/v1.0.0/README.md index bd9caec40..352f1611b 100644 --- a/site/docs/v1.0.0/README.md +++ b/site/docs/v1.0.0/README.md @@ -54,14 +54,14 @@ Feedback and discussion are available on [the mailing list][24]. See [the list of releases][6] to find out about feature changes. -[1]: https://travis-ci.org/heptio/velero.svg?branch=master -[2]: https://travis-ci.org/heptio/velero +[1]: https://travis-ci.org/vmware-tanzu/velero.svg?branch=master +[2]: https://travis-ci.org/vmware-tanzu/velero -[4]: https://github.com/heptio/velero/issues -[5]: https://github.com/heptio/velero/blob/master/CONTRIBUTING.md -[6]: https://github.com/heptio/velero/releases +[4]: https://github.com/vmware-tanzu/velero/issues +[5]: https://github.com/vmware-tanzu/velero/blob/master/CONTRIBUTING.md +[6]: https://github.com/vmware-tanzu/velero/releases -[8]: https://github.com/heptio/velero/blob/master/CODE_OF_CONDUCT.md +[8]: https://github.com/vmware-tanzu/velero/blob/master/CODE_OF_CONDUCT.md [9]: https://kubernetes.io/docs/setup/ [10]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-homebrew-on-macos [11]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#tabset-1 diff --git a/site/docs/v1.0.0/aws-config.md b/site/docs/v1.0.0/aws-config.md index 77975e3e7..941a70169 100644 --- a/site/docs/v1.0.0/aws-config.md +++ b/site/docs/v1.0.0/aws-config.md @@ -11,9 +11,9 @@ If you do not have the `aws` CLI locally installed, follow the [user guide][5] t ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/v1.0.0/azure-config.md b/site/docs/v1.0.0/azure-config.md index 461f25e83..13bdee41d 100644 --- a/site/docs/v1.0.0/azure-config.md +++ b/site/docs/v1.0.0/azure-config.md @@ -22,9 +22,9 @@ consider using Premium Managed Disks, which are SSD backed. ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/v1.0.0/build-from-source.md b/site/docs/v1.0.0/build-from-source.md index d1e9262e8..376d92574 100644 --- a/site/docs/v1.0.0/build-from-source.md +++ b/site/docs/v1.0.0/build-from-source.md @@ -21,7 +21,7 @@ ```bash mkdir $HOME/go export GOPATH=$HOME/go -go get github.com/heptio/velero +go get github.com/vmware-tanzu/velero ``` Where `go` is your [import path][4] for Go. @@ -29,7 +29,7 @@ Where `go` is your [import path][4] for Go. For Go development, it is recommended to add the Go import path (`$HOME/go` in this example) to your path. ### Option 2) Release archive -Download the archive named `Source code` from the [release page][22] and extract it in your Go import path as `src/github.com/heptio/velero`. +Download the archive named `Source code` from the [release page][22] and extract it in your Go import path as `src/github.com/vmware-tanzu/velero`. Note that the Makefile targets assume building from a git repository. When building from an archive, you will be limited to the `go build` commands described below. @@ -232,13 +232,13 @@ If you need to add or update the vendored dependencies, see [Vendoring dependenc [3]: #build [4]: https://blog.golang.org/organizing-go-code [5]: https://golang.org/doc/install -[6]: https://github.com/heptio/velero/tree/master/examples +[6]: https://github.com/vmware-tanzu/velero/tree/master/examples [7]: #run [8]: config-definition.md [10]: #vendoring-dependencies [11]: vendoring-dependencies.md [12]: #test -[13]: https://github.com/heptio/velero/blob/master/hack/generate-proto.sh +[13]: https://github.com/vmware-tanzu/velero/blob/master/hack/generate-proto.sh [14]: https://grpc.io/docs/quickstart/go.html#install-protocol-buffers-v3 [15]: https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#the-shared-credentials-file [16]: https://cloud.google.com/docs/authentication/getting-started#setting_the_environment_variable @@ -247,4 +247,4 @@ If you need to add or update the vendored dependencies, see [Vendoring dependenc [19]: ../examples/README.md [20]: api-types/backupstoragelocation.md [21]: api-types/volumesnapshotlocation.md -[22]: https://github.com/heptio/velero/releases \ No newline at end of file +[22]: https://github.com/vmware-tanzu/velero/releases diff --git a/site/docs/v1.0.0/faq.md b/site/docs/v1.0.0/faq.md index 6831cd4e6..e68be9070 100644 --- a/site/docs/v1.0.0/faq.md +++ b/site/docs/v1.0.0/faq.md @@ -22,7 +22,7 @@ Examples of cases where Velero is useful: Yes, with some exceptions. For example, when Velero restores pods it deletes the `nodeName` from the pod so that it can be scheduled onto a new node. You can see some more examples of the differences -in [pod_action.go](https://github.com/heptio/velero/blob/master/pkg/restore/pod_action.go) +in [pod_action.go](https://github.com/vmware-tanzu/velero/blob/master/pkg/restore/pod_action.go) ## I'm using Velero in multiple clusters. Should I use the same bucket to store all of my backups? diff --git a/site/docs/v1.0.0/gcp-config.md b/site/docs/v1.0.0/gcp-config.md index 85bc1ed09..4ebc34c99 100644 --- a/site/docs/v1.0.0/gcp-config.md +++ b/site/docs/v1.0.0/gcp-config.md @@ -9,9 +9,9 @@ If you do not have the `gcloud` and `gsutil` CLIs locally installed, follow the ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/v1.0.0/get-started.md b/site/docs/v1.0.0/get-started.md index 52bf13b88..5cae09020 100644 --- a/site/docs/v1.0.0/get-started.md +++ b/site/docs/v1.0.0/get-started.md @@ -19,9 +19,9 @@ If you encounter issues with installing or configuring, see [Debugging Installat ### Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ @@ -265,6 +265,6 @@ In this case: [3]: install-overview.md [17]: restic.md [18]: debugging-restores.md -[26]: https://github.com/heptio/velero/releases +[26]: https://github.com/vmware-tanzu/velero/releases [30]: https://godoc.org/github.com/robfig/cron [31]: #expose-minio-outside-your-cluster diff --git a/site/docs/v1.0.0/hooks.md b/site/docs/v1.0.0/hooks.md index 46663bf1b..f58d66e11 100644 --- a/site/docs/v1.0.0/hooks.md +++ b/site/docs/v1.0.0/hooks.md @@ -77,5 +77,5 @@ velero backup logs nginx-hook-test | grep hookCommand [1]: api-types/backup.md -[2]: https://github.com/heptio/velero/blob/v1.0.0/examples/nginx-app/with-pv.yaml +[2]: https://github.com/vmware-tanzu/velero/blob/v1.0.0/examples/nginx-app/with-pv.yaml [3]: cloud-common.md diff --git a/site/docs/v1.0.0/ibm-config.md b/site/docs/v1.0.0/ibm-config.md index b17f7d3f1..7d2d1ab33 100644 --- a/site/docs/v1.0.0/ibm-config.md +++ b/site/docs/v1.0.0/ibm-config.md @@ -11,9 +11,9 @@ To set up IBM Cloud Object Storage (COS) as Velero's destination, you: ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/v1.0.0/image-tagging.md b/site/docs/v1.0.0/image-tagging.md index f34fa4d33..8bad081f2 100644 --- a/site/docs/v1.0.0/image-tagging.md +++ b/site/docs/v1.0.0/image-tagging.md @@ -6,7 +6,7 @@ This document describes Velero's image tagging policy. `gcr.io/heptio-images/velero:` -Velero follows the [Semantic Versioning](http://semver.org/) standard for releases. Each tag in the `github.com/heptio/velero` repository has a matching image, e.g. `gcr.io/heptio-images/velero:v1.0.0`. +Velero follows the [Semantic Versioning](http://semver.org/) standard for releases. Each tag in the `github.com/vmware-tanzu/velero` repository has a matching image, e.g. `gcr.io/heptio-images/velero:v1.0.0`. ### Latest diff --git a/site/docs/v1.0.0/migrating-to-velero.md b/site/docs/v1.0.0/migrating-to-velero.md index 5c648f6bd..cd984e28d 100644 --- a/site/docs/v1.0.0/migrating-to-velero.md +++ b/site/docs/v1.0.0/migrating-to-velero.md @@ -36,7 +36,7 @@ kubectl scale --namespace heptio-ark deployment/ark --replicas 0 ARCH="amd64" # Download the velero client/example tarball to and unpack -curl -L https://github.com/heptio/velero/releases/download/v0.11.0/velero-v0.11.0-${OS}-${ARCH}.tar.gz --output velero-v0.11.0-${OS}-${ARCH}.tar.gz +curl -L https://github.com/vmware-tanzu/velero/releases/download/v0.11.0/velero-v0.11.0-${OS}-${ARCH}.tar.gz --output velero-v0.11.0-${OS}-${ARCH}.tar.gz tar xvf velero-v0.11.0-${OS}-${ARCH}.tar.gz # Create the prerequisite CRDs and namespace diff --git a/site/docs/v1.0.0/oracle-config.md b/site/docs/v1.0.0/oracle-config.md index 089fa65c4..182ad64aa 100644 --- a/site/docs/v1.0.0/oracle-config.md +++ b/site/docs/v1.0.0/oracle-config.md @@ -14,10 +14,10 @@ ## Download Velero -1. Download the [latest release](https://github.com/heptio/velero/releases/) of Velero to your development environment. This includes the `velero` CLI utility and example Kubernetes manifest files. For example: +1. Download the [latest release](https://github.com/vmware-tanzu/velero/releases/) of Velero to your development environment. This includes the `velero` CLI utility and example Kubernetes manifest files. For example: ``` - wget https://github.com/heptio/velero/releases/download/v1.0.0/velero-v1.0.0-linux-amd64.tar.gz + wget https://github.com/vmware-tanzu/velero/releases/download/v1.0.0/velero-v1.0.0-linux-amd64.tar.gz ``` *We strongly recommend that you use an official release of Velero. The tarballs for each release contain the velero command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!* @@ -242,4 +242,4 @@ After creating the Velero server in your cluster, try this example: ## Additional Reading * [Official Velero Documentation](https://velero.io/docs/master/) -* [Oracle Cloud Infrastructure Documentation](https://docs.cloud.oracle.com/) \ No newline at end of file +* [Oracle Cloud Infrastructure Documentation](https://docs.cloud.oracle.com/) diff --git a/site/docs/v1.0.0/plugins.md b/site/docs/v1.0.0/plugins.md index e40253d06..960364c0f 100644 --- a/site/docs/v1.0.0/plugins.md +++ b/site/docs/v1.0.0/plugins.md @@ -22,7 +22,7 @@ When naming your plugin, keep in mind that the name needs to conform to these ru - example-with-dash.io/azure ``` -You will need to give your plugin(s) a name when registering them by calling the appropriate `RegisterX` function: +You will need to give your plugin(s) a name when registering them by calling the appropriate `RegisterX` function: ## Plugin Kinds @@ -77,6 +77,6 @@ Then, in your plugin's implementation, you can read this ConfigMap to fetch the for an example of this -- in particular, the `getPluginConfig(...)` function. -[1]: https://github.com/heptio/velero-plugin-example -[2]: https://github.com/heptio/velero/blob/master/pkg/plugin/logger.go -[3]: https://github.com/heptio/velero/blob/master/pkg/restore/restic_restore_action.go +[1]: https://github.com/vmware-tanzu/velero-plugin-example +[2]: https://github.com/vmware-tanzu/velero/blob/master/pkg/plugin/logger.go +[3]: https://github.com/vmware-tanzu/velero/blob/master/pkg/restore/restic_restore_action.go diff --git a/site/docs/v1.0.0/restic.md b/site/docs/v1.0.0/restic.md index 2bf03170e..903433317 100644 --- a/site/docs/v1.0.0/restic.md +++ b/site/docs/v1.0.0/restic.md @@ -327,7 +327,7 @@ on to running other init containers/the main containers. [1]: https://github.com/restic/restic [2]: install-overview.md -[3]: https://github.com/heptio/velero/releases/ +[3]: https://github.com/vmware-tanzu/velero/releases/ [4]: https://kubernetes.io/docs/concepts/storage/volumes/#local [5]: http://restic.readthedocs.io/en/latest/100_references.html#terminology [6]: https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagation diff --git a/site/docs/v1.0.0/support-matrix.md b/site/docs/v1.0.0/support-matrix.md index 6ca796b34..cfdd2cf58 100644 --- a/site/docs/v1.0.0/support-matrix.md +++ b/site/docs/v1.0.0/support-matrix.md @@ -57,10 +57,10 @@ After you publish your plugin, open a PR that adds your plugin to the appropriat [5]: ibm-config.md [6]: https://docs.portworx.com/scheduler/kubernetes/ark.html [7]: https://github.com/StackPointCloud/ark-plugin-digitalocean -[8]: https://github.com/heptio/velero-plugin-example/ +[8]: https://github.com/vmware-tanzu/velero-plugin-example/ [9]: get-started.md [10]: https://kubernetes.slack.com/messages/velero -[11]: https://github.com/heptio/velero/issues +[11]: https://github.com/vmware-tanzu/velero/issues [12]: https://github.com/aws/aws-sdk-go/aws [13]: https://portworx.slack.com/messages/px-k8s [14]: https://github.com/portworx/ark-plugin/issues diff --git a/site/docs/v1.0.0/troubleshooting.md b/site/docs/v1.0.0/troubleshooting.md index e1cbb754d..a3922dfc7 100644 --- a/site/docs/v1.0.0/troubleshooting.md +++ b/site/docs/v1.0.0/troubleshooting.md @@ -70,6 +70,6 @@ Backups in the `InProgress` phase have not uploaded any files to object storage. [1]: debugging-restores.md [2]: debugging-install.md -[4]: https://github.com/heptio/velero/issues +[4]: https://github.com/vmware-tanzu/velero/issues [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html [25]: https://kubernetes.slack.com/messages/velero diff --git a/site/docs/v1.0.0/upgrade-to-1.0.md b/site/docs/v1.0.0/upgrade-to-1.0.md index d8ee59378..8af593c8c 100644 --- a/site/docs/v1.0.0/upgrade-to-1.0.md +++ b/site/docs/v1.0.0/upgrade-to-1.0.md @@ -140,5 +140,5 @@ _*backups created prior to v0.10 stored snapshot metadata in the `status.volumeB ``` [0]: https://velero.io/docs/v0.11.0/migrating-to-velero -[1]: https://github.com/heptio/velero/releases/tag/v0.11.1 -[2]: https://github.com/heptio/velero/releases/tag/v1.0.0 +[1]: https://github.com/vmware-tanzu/velero/releases/tag/v0.11.1 +[2]: https://github.com/vmware-tanzu/velero/releases/tag/v1.0.0 diff --git a/site/docs/v1.1.0/README.md b/site/docs/v1.1.0/README.md index 3ec45a8a3..8ea46b915 100644 --- a/site/docs/v1.1.0/README.md +++ b/site/docs/v1.1.0/README.md @@ -42,11 +42,11 @@ If you are ready to jump in and test, add code, or help with documentation, foll See [the list of releases][6] to find out about feature changes. -[1]: https://travis-ci.org/heptio/velero.svg?branch=master -[2]: https://travis-ci.org/heptio/velero +[1]: https://travis-ci.org/vmware-tanzu/velero.svg?branch=master +[2]: https://travis-ci.org/vmware-tanzu/velero -[4]: https://github.com/heptio/velero/issues -[6]: https://github.com/heptio/velero/releases +[4]: https://github.com/vmware-tanzu/velero/issues +[6]: https://github.com/vmware-tanzu/velero/releases [9]: https://kubernetes.io/docs/setup/ [10]: https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-with-homebrew-on-macos @@ -62,4 +62,4 @@ See [the list of releases][6] to find out about feature changes. [30]: troubleshooting.md [99]: support-matrix.md -[100]: img/velero.png \ No newline at end of file +[100]: img/velero.png diff --git a/site/docs/v1.1.0/aws-config.md b/site/docs/v1.1.0/aws-config.md index 67b6c82dd..45a35e287 100644 --- a/site/docs/v1.1.0/aws-config.md +++ b/site/docs/v1.1.0/aws-config.md @@ -11,9 +11,9 @@ If you do not have the `aws` CLI locally installed, follow the [user guide][5] t ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/v1.1.0/azure-config.md b/site/docs/v1.1.0/azure-config.md index 0a8faf37a..02f56381c 100644 --- a/site/docs/v1.1.0/azure-config.md +++ b/site/docs/v1.1.0/azure-config.md @@ -22,9 +22,9 @@ consider using Premium Managed Disks, which are SSD backed. ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/v1.1.0/build-from-source.md b/site/docs/v1.1.0/build-from-source.md index 8d41e5f82..28b9ca4c1 100644 --- a/site/docs/v1.1.0/build-from-source.md +++ b/site/docs/v1.1.0/build-from-source.md @@ -14,7 +14,7 @@ ```bash mkdir $HOME/go export GOPATH=$HOME/go -go get github.com/heptio/velero +go get github.com/vmware-tanzu/velero ``` Where `go` is your [import path][4] for Go. @@ -23,7 +23,7 @@ For Go development, it is recommended to add the Go import path (`$HOME/go` in t ### Option 2) Release archive -Download the archive named `Source code` from the [release page][22] and extract it in your Go import path as `src/github.com/heptio/velero`. +Download the archive named `Source code` from the [release page][22] and extract it in your Go import path as `src/github.com/vmware-tanzu/velero`. Note that the Makefile targets assume building from a git repository. When building from an archive, you will be limited to the `go build` commands described below. @@ -97,4 +97,4 @@ kubectl -n velero delete pods -l deploy=velero [4]: https://blog.golang.org/organizing-go-code [5]: https://golang.org/doc/install -[22]: https://github.com/heptio/velero/releases \ No newline at end of file +[22]: https://github.com/vmware-tanzu/velero/releases diff --git a/site/docs/v1.1.0/development.md b/site/docs/v1.1.0/development.md index 732eb53fb..27b2f29bf 100644 --- a/site/docs/v1.1.0/development.md +++ b/site/docs/v1.1.0/development.md @@ -31,5 +31,5 @@ To run unit tests, use `make test`. If you need to add or update the vendored dependencies, see [Vendoring dependencies][11]. [11]: vendoring-dependencies.md -[13]: https://github.com/heptio/velero/blob/master/hack/generate-proto.sh -[14]: https://grpc.io/docs/quickstart/go.html#install-protocol-buffers-v3 \ No newline at end of file +[13]: https://github.com/vmware-tanzu/velero/blob/master/hack/generate-proto.sh +[14]: https://grpc.io/docs/quickstart/go.html#install-protocol-buffers-v3 diff --git a/site/docs/v1.1.0/faq.md b/site/docs/v1.1.0/faq.md index 7643ef81b..6b0aa80c1 100644 --- a/site/docs/v1.1.0/faq.md +++ b/site/docs/v1.1.0/faq.md @@ -22,7 +22,7 @@ Examples of cases where Velero is useful: Yes, with some exceptions. For example, when Velero restores pods it deletes the `nodeName` from the pod so that it can be scheduled onto a new node. You can see some more examples of the differences -in [pod_action.go](https://github.com/heptio/velero/blob/v1.1.0/pkg/restore/pod_action.go) +in [pod_action.go](https://github.com/vmware-tanzu/velero/blob/v1.1.0/pkg/restore/pod_action.go) ## I'm using Velero in multiple clusters. Should I use the same bucket to store all of my backups? diff --git a/site/docs/v1.1.0/gcp-config.md b/site/docs/v1.1.0/gcp-config.md index 0ecd3f945..b578f7323 100644 --- a/site/docs/v1.1.0/gcp-config.md +++ b/site/docs/v1.1.0/gcp-config.md @@ -9,9 +9,9 @@ If you do not have the `gcloud` and `gsutil` CLIs locally installed, follow the ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/v1.1.0/get-started.md b/site/docs/v1.1.0/get-started.md index 52bf13b88..5cae09020 100644 --- a/site/docs/v1.1.0/get-started.md +++ b/site/docs/v1.1.0/get-started.md @@ -19,9 +19,9 @@ If you encounter issues with installing or configuring, see [Debugging Installat ### Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ @@ -265,6 +265,6 @@ In this case: [3]: install-overview.md [17]: restic.md [18]: debugging-restores.md -[26]: https://github.com/heptio/velero/releases +[26]: https://github.com/vmware-tanzu/velero/releases [30]: https://godoc.org/github.com/robfig/cron [31]: #expose-minio-outside-your-cluster diff --git a/site/docs/v1.1.0/hooks.md b/site/docs/v1.1.0/hooks.md index 04f356361..597914149 100644 --- a/site/docs/v1.1.0/hooks.md +++ b/site/docs/v1.1.0/hooks.md @@ -77,5 +77,5 @@ velero backup logs nginx-hook-test | grep hookCommand [1]: api-types/backup.md -[2]: https://github.com/heptio/velero/blob/v1.1.0/examples/nginx-app/with-pv.yaml +[2]: https://github.com/vmware-tanzu/velero/blob/v1.1.0/examples/nginx-app/with-pv.yaml [3]: cloud-common.md diff --git a/site/docs/v1.1.0/ibm-config.md b/site/docs/v1.1.0/ibm-config.md index 3cd1aeae4..0fa14f5bd 100644 --- a/site/docs/v1.1.0/ibm-config.md +++ b/site/docs/v1.1.0/ibm-config.md @@ -11,9 +11,9 @@ To set up IBM Cloud Object Storage (COS) as Velero's destination, you: ## Download Velero -1. Download the [latest official release's](https://github.com/heptio/velero/releases) tarball for your client platform. +1. Download the [latest official release's](https://github.com/vmware-tanzu/velero/releases) tarball for your client platform. - _We strongly recommend that you use an [official release](https://github.com/heptio/velero/releases) of + _We strongly recommend that you use an [official release](https://github.com/vmware-tanzu/velero/releases) of Velero. The tarballs for each release contain the `velero` command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!_ diff --git a/site/docs/v1.1.0/image-tagging.md b/site/docs/v1.1.0/image-tagging.md index f34fa4d33..8bad081f2 100644 --- a/site/docs/v1.1.0/image-tagging.md +++ b/site/docs/v1.1.0/image-tagging.md @@ -6,7 +6,7 @@ This document describes Velero's image tagging policy. `gcr.io/heptio-images/velero:` -Velero follows the [Semantic Versioning](http://semver.org/) standard for releases. Each tag in the `github.com/heptio/velero` repository has a matching image, e.g. `gcr.io/heptio-images/velero:v1.0.0`. +Velero follows the [Semantic Versioning](http://semver.org/) standard for releases. Each tag in the `github.com/vmware-tanzu/velero` repository has a matching image, e.g. `gcr.io/heptio-images/velero:v1.0.0`. ### Latest diff --git a/site/docs/v1.1.0/migrating-to-velero.md b/site/docs/v1.1.0/migrating-to-velero.md index 5c648f6bd..cd984e28d 100644 --- a/site/docs/v1.1.0/migrating-to-velero.md +++ b/site/docs/v1.1.0/migrating-to-velero.md @@ -36,7 +36,7 @@ kubectl scale --namespace heptio-ark deployment/ark --replicas 0 ARCH="amd64" # Download the velero client/example tarball to and unpack -curl -L https://github.com/heptio/velero/releases/download/v0.11.0/velero-v0.11.0-${OS}-${ARCH}.tar.gz --output velero-v0.11.0-${OS}-${ARCH}.tar.gz +curl -L https://github.com/vmware-tanzu/velero/releases/download/v0.11.0/velero-v0.11.0-${OS}-${ARCH}.tar.gz --output velero-v0.11.0-${OS}-${ARCH}.tar.gz tar xvf velero-v0.11.0-${OS}-${ARCH}.tar.gz # Create the prerequisite CRDs and namespace diff --git a/site/docs/v1.1.0/oracle-config.md b/site/docs/v1.1.0/oracle-config.md index 2446b57d2..e4b399a3c 100644 --- a/site/docs/v1.1.0/oracle-config.md +++ b/site/docs/v1.1.0/oracle-config.md @@ -14,10 +14,10 @@ ## Download Velero -1. Download the [latest release](https://github.com/heptio/velero/releases/) of Velero to your development environment. This includes the `velero` CLI utility and example Kubernetes manifest files. For example: +1. Download the [latest release](https://github.com/vmware-tanzu/velero/releases/) of Velero to your development environment. This includes the `velero` CLI utility and example Kubernetes manifest files. For example: ``` - wget https://github.com/heptio/velero/releases/download/v1.0.0/velero-v1.0.0-linux-amd64.tar.gz + wget https://github.com/vmware-tanzu/velero/releases/download/v1.0.0/velero-v1.0.0-linux-amd64.tar.gz ``` *We strongly recommend that you use an official release of Velero. The tarballs for each release contain the velero command-line client. The code in the master branch of the Velero repository is under active development and is not guaranteed to be stable!* diff --git a/site/docs/v1.1.0/plugins.md b/site/docs/v1.1.0/plugins.md index 203e69100..6cdf3bb3e 100644 --- a/site/docs/v1.1.0/plugins.md +++ b/site/docs/v1.1.0/plugins.md @@ -22,7 +22,7 @@ When naming your plugin, keep in mind that the name needs to conform to these ru - example-with-dash.io/azure ``` -You will need to give your plugin(s) a name when registering them by calling the appropriate `RegisterX` function: +You will need to give your plugin(s) a name when registering them by calling the appropriate `RegisterX` function: ## Plugin Kinds @@ -77,6 +77,6 @@ Then, in your plugin's implementation, you can read this ConfigMap to fetch the for an example of this -- in particular, the `getPluginConfig(...)` function. -[1]: https://github.com/heptio/velero-plugin-example -[2]: https://github.com/heptio/velero/blob/v1.1.0/pkg/plugin/logger.go -[3]: https://github.com/heptio/velero/blob/v1.1.0/pkg/restore/restic_restore_action.go +[1]: https://github.com/vmware-tanzu/velero-plugin-example +[2]: https://github.com/vmware-tanzu/velero/blob/v1.1.0/pkg/plugin/logger.go +[3]: https://github.com/vmware-tanzu/velero/blob/v1.1.0/pkg/restore/restic_restore_action.go diff --git a/site/docs/v1.1.0/restic.md b/site/docs/v1.1.0/restic.md index a000df191..f7d55f8ed 100644 --- a/site/docs/v1.1.0/restic.md +++ b/site/docs/v1.1.0/restic.md @@ -372,7 +372,7 @@ To solve this, a controller was written by Thomann Bits&Beats: [velero-pvc-watch [1]: https://github.com/restic/restic [2]: install-overview.md -[3]: https://github.com/heptio/velero/releases/ +[3]: https://github.com/vmware-tanzu/velero/releases/ [4]: https://kubernetes.io/docs/concepts/storage/volumes/#local [5]: http://restic.readthedocs.io/en/latest/100_references.html#terminology [6]: https://kubernetes.io/docs/concepts/storage/volumes/#mount-propagation diff --git a/site/docs/v1.1.0/start-contributing.md b/site/docs/v1.1.0/start-contributing.md index a67be8073..fc2dec285 100644 --- a/site/docs/v1.1.0/start-contributing.md +++ b/site/docs/v1.1.0/start-contributing.md @@ -7,7 +7,7 @@ ### Finding your way around -You may join the Velero community and contribute in many different ways, including helping us design or test new features. For any significant feature we consider adding, we start with a design document. You may find a list of currently in progress new designs here: https://github.com/heptio/velero/pulls?q=is%3Aopen+is%3Apr+label%3ADesign. Feel free to review and help us with your input. +You may join the Velero community and contribute in many different ways, including helping us design or test new features. For any significant feature we consider adding, we start with a design document. You may find a list of currently in progress new designs here: https://github.com/vmware-tanzu/velero/pulls?q=is%3Aopen+is%3Apr+label%3ADesign. Feel free to review and help us with your input. For information on how to connect with our maintainers and community, join our online meetings, or find good first issues, start on our [Velero community](https://velero.io/community/) page. @@ -17,5 +17,5 @@ Please browse our list of resources, including a playlist of past online communi If you are ready to jump in and test, add code, or help with documentation, please use the navigation on the left under `Contribute`. -[1]: https://github.com/heptio/velero/blob/master/CODE_OF_CONDUCT.md -[2]: https://github.com/heptio/velero/blob/master/CONTRIBUTING.md \ No newline at end of file +[1]: https://github.com/vmware-tanzu/velero/blob/master/CODE_OF_CONDUCT.md +[2]: https://github.com/vmware-tanzu/velero/blob/master/CONTRIBUTING.md diff --git a/site/docs/v1.1.0/support-matrix.md b/site/docs/v1.1.0/support-matrix.md index c2e08a9a2..1888493e8 100644 --- a/site/docs/v1.1.0/support-matrix.md +++ b/site/docs/v1.1.0/support-matrix.md @@ -58,10 +58,10 @@ After you publish your plugin, open a PR that adds your plugin to the appropriat [5]: ibm-config.md [6]: https://docs.portworx.com/scheduler/kubernetes/ark.html [7]: https://github.com/StackPointCloud/ark-plugin-digitalocean -[8]: https://github.com/heptio/velero-plugin-example/ +[8]: https://github.com/vmware-tanzu/velero-plugin-example/ [9]: get-started.md [10]: https://kubernetes.slack.com/messages/velero -[11]: https://github.com/heptio/velero/issues +[11]: https://github.com/vmware-tanzu/velero/issues [12]: https://github.com/aws/aws-sdk-go/aws [13]: https://portworx.slack.com/messages/px-k8s [14]: https://github.com/portworx/ark-plugin/issues diff --git a/site/docs/v1.1.0/troubleshooting.md b/site/docs/v1.1.0/troubleshooting.md index e1cbb754d..a3922dfc7 100644 --- a/site/docs/v1.1.0/troubleshooting.md +++ b/site/docs/v1.1.0/troubleshooting.md @@ -70,6 +70,6 @@ Backups in the `InProgress` phase have not uploaded any files to object storage. [1]: debugging-restores.md [2]: debugging-install.md -[4]: https://github.com/heptio/velero/issues +[4]: https://github.com/vmware-tanzu/velero/issues [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html [25]: https://kubernetes.slack.com/messages/velero diff --git a/site/docs/v1.1.0/upgrade-to-1.1.md b/site/docs/v1.1.0/upgrade-to-1.1.md index 9415ccf3e..939c43ae5 100644 --- a/site/docs/v1.1.0/upgrade-to-1.1.md +++ b/site/docs/v1.1.0/upgrade-to-1.1.md @@ -22,4 +22,4 @@ kubectl patch deployment/velero -n \ -p='[{"op":"add","path":"/spec/template/spec/containers/0/env/0","value":{"name":"VELERO_NAMESPACE", "valueFrom":{"fieldRef":{"fieldPath":"metadata.namespace"}}}}]' ``` -[1]: https://github.com/heptio/velero/releases/tag/v1.0.0 +[1]: https://github.com/vmware-tanzu/velero/releases/tag/v1.0.0 diff --git a/site/index.html b/site/index.html index 66b488590..5dff928d4 100644 --- a/site/index.html +++ b/site/index.html @@ -14,7 +14,7 @@ hero: url: /announcing-velero-1.1/ cta_link2: text: Download Velero - url: https://github.com/heptio/velero/releases/latest + url: https://github.com/vmware-tanzu/velero/releases/latest promo1: icon: /img/disaster-recover-icon.svg title: Disaster Recovery @@ -34,7 +34,7 @@ secondary_ctas: content: Learn about Velero and how to protect your Kubernetes resources and volumes. cta2: title: How Do You Use Velero? - url: https://github.com/heptio/velero/issues/1327 + url: https://github.com/vmware-tanzu/velero/issues/1327 content: See how Velero is helping others and tell the world how you use Velero. #reference: # title: Lorem Ipsum