diff options
author | Ritu Sood <ritu.sood@intel.com> | 2020-06-23 22:41:32 -0700 |
---|---|---|
committer | Eric Multanen <eric.w.multanen@intel.com> | 2020-07-08 13:34:57 -0700 |
commit | a43096cbdca3fdabeda3d404bedadd7a7272a3c2 (patch) | |
tree | ce6277fd4a49d6f08935b29a047be966429acb68 /src/rsync/go.mod | |
parent | 41eedf3ca42dc207c5a6697fdb1ce7444fa5a628 (diff) |
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 <ritu.sood@intel.com>
Change-Id: I2a46654dca29c05586dbf1e009bec89b0fa75b67
Diffstat (limited to 'src/rsync/go.mod')
-rw-r--r-- | src/rsync/go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
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 ) |