From a43096cbdca3fdabeda3d404bedadd7a7272a3c2 Mon Sep 17 00:00:00 2001 From: Ritu Sood Date: Tue, 23 Jun 2020 22:41:32 -0700 Subject: Add watch functionality for Status CR Status CR gets updated when there is status update for the resources scheduled by Rsync. On change to status CR the watch in the patch will be triggered and the update can be handled. Issue-ID: MULTICLOUD-1042 Signed-off-by: Ritu Sood Change-Id: I2a46654dca29c05586dbf1e009bec89b0fa75b67 --- src/rsync/go.mod | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/rsync/go.mod') diff --git a/src/rsync/go.mod b/src/rsync/go.mod index a2c5f83b..c6831e5e 100644 --- a/src/rsync/go.mod +++ b/src/rsync/go.mod @@ -5,12 +5,7 @@ go 1.13 require ( github.com/golang/protobuf v1.4.1 github.com/googleapis/gnostic v0.4.0 - github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect - github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect - github.com/mattn/go-isatty v0.0.4 // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect github.com/onap/multicloud-k8s/src/orchestrator v0.0.0-20200601021239-7959bd4c6fd4 - go.etcd.io/bbolt v1.3.3 // indirect google.golang.org/grpc v1.27.1 k8s.io/kubernetes v1.14.1 ) -- cgit 1.2.3-korg