diff options
author | Ritu Sood <ritu.sood@intel.com> | 2018-11-10 03:54:15 +0000 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-12-05 16:26:56 -0800 |
commit | a1abd829315d72adb258da20470eaa2445cf3e32 (patch) | |
tree | a1c2ae3e61490241b0a4c93f49acffd6d319a7a4 /src/k8splugin/go.mod | |
parent | daf3a00798ee77e469cd89cb16ade818c50968f9 (diff) |
Add Network and OVN4NFV Plugins
This patch includes support for Network Objects through a new plugin.
It also add the first sub-module plugin for OVN4NFVK8s support.
Change-Id: Ia23c42d50f75a5206e1b6a04052c34e940518428
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-303
Diffstat (limited to 'src/k8splugin/go.mod')
-rw-r--r-- | src/k8splugin/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/k8splugin/go.mod b/src/k8splugin/go.mod index b4f4558b..d0b32af4 100644 --- a/src/k8splugin/go.mod +++ b/src/k8splugin/go.mod @@ -34,4 +34,5 @@ require ( k8s.io/api v0.0.0-20180607235014-72d6e4405f81 k8s.io/apimachinery v0.0.0-20180515182440-31dade610c05 k8s.io/client-go v7.0.0+incompatible + k8s.io/utils v0.0.0-20181102055113-1bd4f387aa67 ) |