containerized-data-importer/pkg/controller
Eng Zer Jun aaacbae797
refactor: move from io/ioutil to io and os packages (#2484)
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-12-05 19:19:13 +00:00
..
transfer Only list Ingresses/Routes in CDI namespace instead of cluster level (#2371) 2022-08-01 22:12:47 +02:00
BUILD.bazel Suppress alerting for unsupported provisioners (#2476) 2022-11-23 20:24:40 +00:00
clone-controller_test.go Support restricted PSA for worker pods (#2410) 2022-09-14 21:16:23 +01:00
clone-controller.go Support restricted PSA for worker pods (#2410) 2022-09-14 21:16:23 +01:00
config-controller_test.go Only list Ingresses/Routes in CDI namespace instead of cluster level (#2371) 2022-08-01 22:12:47 +02:00
config-controller.go Only list Ingresses/Routes in CDI namespace instead of cluster level (#2371) 2022-08-01 22:12:47 +02:00
controller_suite_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
dataimportcron-conditions.go Get rid of DataImportCron finalizer (#2144) 2022-02-12 05:56:08 +01:00
dataimportcron-controller_test.go Add DataImportCron CronJobs Proxy support (#2455) 2022-11-03 19:43:23 +00:00
dataimportcron-controller.go Add DataImportCron CronJobs Proxy support (#2455) 2022-11-03 19:43:23 +00:00
datasource-controller_test.go Adapt DataImportCron and DataSource to DV GC (#2441) 2022-10-20 20:55:47 +01:00
datasource-controller.go Adapt DataImportCron and DataSource to DV GC (#2441) 2022-10-20 20:55:47 +01:00
datavolume-conditions_test.go Emit event and update dv conditions when pvc fails to create due to quota (#2016) 2021-11-16 17:29:39 +01:00
datavolume-conditions.go Extract the clone logic from main reconcile loop (#2241) 2022-04-21 04:13:51 +02:00
datavolume-controller_test.go Address possible nils in dv controller, log CSIDrivers in tests (#2253) 2022-10-19 23:50:04 +01:00
datavolume-controller.go refactor: move from io/ioutil to io and os packages (#2484) 2022-12-05 19:19:13 +00:00
import-controller_test.go Support restricted PSA for worker pods (#2410) 2022-09-14 21:16:23 +01:00
import-controller.go Add DataImportCron CronJobs Proxy support (#2455) 2022-11-03 19:43:23 +00:00
runtime-util.go Move apis to staging, push to containerized-data-importer-api (#1997) 2021-10-28 13:40:24 +02:00
smart-clone-controller_test.go fix issue #2391 When clone dv from an existing pvc use smart clone, s… (#2397) 2022-08-26 00:51:10 +01:00
smart-clone-controller.go fix issue #2391 When clone dv from an existing pvc use smart clone, s… (#2397) 2022-08-26 00:51:10 +01:00
storageprofile-controller_test.go Suppress alerting for unsupported provisioners (#2476) 2022-11-23 20:24:40 +00:00
storageprofile-controller.go Suppress alerting for unsupported provisioners (#2476) 2022-11-23 20:24:40 +00:00
upload-controller_test.go Support restricted PSA for worker pods (#2410) 2022-09-14 21:16:23 +01:00
upload-controller.go Support restricted PSA for worker pods (#2410) 2022-09-14 21:16:23 +01:00
util_test.go Support restricted PSA for worker pods (#2410) 2022-09-14 21:16:23 +01:00
util.go Support restricted PSA for worker pods (#2410) 2022-09-14 21:16:23 +01:00