APIs for network, workload and interface intents 00/104100/12
authorEric Multanen <eric.w.multanen@intel.com>
Thu, 19 Mar 2020 23:07:43 +0000 (16:07 -0700)
committerRitu Sood <Ritu.Sood@intel.com>
Fri, 10 Apr 2020 20:36:32 +0000 (20:36 +0000)
commit335c7cca38eb804c2977e4dd9af9efa0ea7ef82b
tree1e1adfa51e7dfaa9d8b57c7d5890537674e4f341
parent107142787e331ca565c166c72ae5605621d2d2ee
APIs for network, workload and interface intents

Includes network controller intent and underlying
network workload intent and workload interface
intent APIs.

Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I9bb34e42785b16f39af81335b1f94dd5bb15d931
src/ncm/api/api.go
src/ncm/api/netcontrolintenthandler.go [new file with mode: 0644]
src/ncm/api/workloadifintenthandler.go [new file with mode: 0644]
src/ncm/api/workloadintenthandler.go [new file with mode: 0644]
src/ncm/pkg/module/module.go
src/ncm/pkg/module/module_definitions.go
src/ncm/pkg/module/netcontrolintent.go [new file with mode: 0644]
src/ncm/pkg/module/workloadifintent.go [new file with mode: 0644]
src/ncm/pkg/module/workloadintent.go [new file with mode: 0644]