aboutsummaryrefslogtreecommitdiffstats
path: root/src/monitor/deploy/crds
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16Status operator to update status of resourcesSrivahni Chivukula2-3/+37
This operator monitors the status of resources like pods, services, deployments, daemonsets, configmaps etc. and updates the status in the CR accordingly. Issue-ID: MULTICLOUD-1047 Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com> Change-Id: I7d92584a44c8add2df69f2985140a55b460ac037
2019-08-28Adding monitor operator to monitor edge resourcesKiran Kamineni2-0/+84
Add an operator to monitor resources at the edge location. The operator listens to pods and services right now and stores their information in a CustomResource Issue-ID: MULTICLOUD-675 Change-Id: I801478a77fcd019010ea1b4388d6077f63b89d05 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>