Adding gRPC proto and server 38/68538/7
authorRitu Sood <ritu.sood@intel.com>
Fri, 27 Sep 2019 19:33:48 +0000 (12:33 -0700)
committerRitu Sood <ritu.sood@intel.com>
Sun, 29 Sep 2019 13:48:00 +0000 (06:48 -0700)
commit53279580afc48c90cbd28ab61799d9e81e41fffa
tree0d39c0b0531a1d1d0e0387b99f5130bb85406cf3
parenteae13a54dbdc442a450992f6c4811037ab30daab
Adding gRPC proto and server

gRPC server is required to send updates
to nfn-agent running on all the nodes in
the cluster, to setup provider networks
as defined in the provider network CR. This
patch includes proto file and generated code
along with gRPC server code

Change-Id: I891629d84932ae662ba7545ebfe4d9921448fdc1
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
cmd/nfn-operator/nfn-operator.go
go.mod
go.sum
internal/pkg/nfnNotify/proto/nfn.pb.go [new file with mode: 0644]
internal/pkg/nfnNotify/proto/nfn.proto [new file with mode: 0644]
internal/pkg/nfnNotify/server.go [new file with mode: 0644]
pkg/apis/k8s/v1alpha1/providernetwork_types.go
pkg/apis/k8s/v1alpha1/zz_generated.deepcopy.go