containerized-data-importer/pkg/controller
Nahshon Unna Tsameret 93627f4fe8
Stop Using Deprecated Packages (#1548)
* sigs.k8s.io/controller-runtime/pkg/runtime/* packages are deprecated, and were moved to new paths.

Trying to upgrade sigs.k8s.io/controller-runtime to version v0.7.0 in HCO created a conflict because in v0.7.0 the deprecated packages were removed and cannot be used.

This PR replaces the deprecated packages with their new paths.

Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>

* Run `make deps-update`

Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>

* fix logger init

Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>

* fix test loggers

Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
2020-12-24 07:08:50 +01:00
..
BUILD.bazel Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
clone-controller_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
clone-controller.go Read-only clone source pods (#1524) 2020-12-11 20:08:44 +01:00
config-controller_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
config-controller.go Designate CDI as CDIConfig authority (#1516) 2020-12-04 02:52:40 +01:00
controller_suite_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
datavolume-conditions_test.go update k8s deps to 18.6 and controller runtime to 0.6.2 (#1330) 2020-08-07 14:09:52 +02:00
datavolume-conditions.go update k8s deps to 18.6 and controller runtime to 0.6.2 (#1330) 2020-08-07 14:09:52 +02:00
datavolume-controller_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
datavolume-controller.go Preallocation support (#1498) 2020-12-18 16:46:16 -05:00
import-controller_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
import-controller.go Preallocation support (#1498) 2020-12-18 16:46:16 -05:00
runtime-util.go Allow specifying nodeSelector, affinity and tolerations for CDI pods (#1346) 2020-09-03 22:13:18 +02:00
smart-clone-controller_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
smart-clone-controller.go move api groups to v1beta1 (#1232) 2020-07-10 15:47:38 +02:00
upload-controller_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
upload-controller.go Preallocation support (#1498) 2020-12-18 16:46:16 -05:00
util_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
util.go Preallocation support (#1498) 2020-12-18 16:46:16 -05:00