Add Provider Network CRD controller 46/68546/5
authorRitu Sood <ritu.sood@intel.com>
Sun, 29 Sep 2019 13:07:26 +0000 (06:07 -0700)
committerRitu Sood <ritu.sood@intel.com>
Wed, 20 Nov 2019 10:08:27 +0000 (02:08 -0800)
commit52123c4bdcfad323f8fb57742400be993167ae2d
tree9d5410dc7228b8be57a6eab60448ad9db0171081
parent3d32ae1a5f4ab806e787756b6e6685daf2fb4369
Add Provider Network CRD controller

CRD controller watches for Provider
Network CR's and sends messages to all
the nodes that needs to be configured
for provider network, if subsribe message
was already received from the agent
running on the node.

Change-Id: Idc3e2703a309113b325a2fb7c8eb244a02babeb3
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
deploy/crds/k8s_v1alpha1_providernetwork_cr.yaml [new file with mode: 0644]
deploy/crds/k8s_v1alpha1_providernetwork_crd.yaml
pkg/controller/add_providernetwork.go [new file with mode: 0644]
pkg/controller/providernetwork/providernetwork_controller.go [new file with mode: 0644]