containerized-data-importer/pkg/controller/transfer
akalenyu 2254cf0c1f
Add relationship labels (#1864)
Users don't want 👽 resources in clusters,
and we should also be able to tell if were part of a broader installation.

Note:
- Operator created resources were handled in https://github.com/kubevirt/controller-lifecycle-operator-sdk/pull/18
as these labels will be common to all resources deployed by the HCO.
- Now that the controller is guaranteed to have the labels, we can set env vars
that reference the label values (fieldRef) to spare calling GET on the CR in the controllers.
(thanks mhenriks).

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
2021-07-28 20:05:24 +02:00
..
BUILD.bazel Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
controller_suite_test.go Cluster scoped DataVolume/PVC namespace transfer API (#1673) 2021-02-24 20:45:24 +01:00
controller_test.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
controller.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
dv_test.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
dv.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
pvc_test.go reserve PV for target before transfer (#1835) 2021-06-22 17:15:37 +02:00
pvc.go reserve PV for target before transfer (#1835) 2021-06-22 17:15:37 +02:00
watch.go update deps and bazel (#1815) 2021-06-08 01:31:59 +02:00