containerized-data-importer/pkg/controller
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
..
transfer Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
BUILD.bazel Switch deprecated extensions/v1beta1 Ingress (#1826) 2021-06-08 19:33:31 +02:00
clone-controller_test.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
clone-controller.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
config-controller_test.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
config-controller.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
controller_suite_test.go Stop Using Deprecated Packages (#1548) 2020-12-24 07:08:50 +01:00
datavolume-conditions_test.go Add "AwaitingVDDK" back to condition reason. (#1816) 2021-06-22 21:11:40 +02:00
datavolume-conditions.go Add "AwaitingVDDK" back to condition reason. (#1816) 2021-06-22 21:11:40 +02:00
datavolume-controller_test.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
datavolume-controller.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
import-controller_test.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
import-controller.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02: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 Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
smart-clone-controller.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
storageprofile-controller.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
upload-controller_test.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
upload-controller.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00
util_test.go Preferred Clone strategy selection (#1846) 2021-07-03 01:53:14 +02:00
util.go Add relationship labels (#1864) 2021-07-28 20:05:24 +02:00