Add types and generated code for CRDs 24/68324/2
authorRitu Sood <ritu.sood@intel.com>
Wed, 7 Aug 2019 04:42:15 +0000 (21:42 -0700)
committerTrinath Somanchi <trinaths.dev@gmail.com>
Fri, 16 Aug 2019 09:29:53 +0000 (09:29 +0000)
commit8fe5ed0f2cc522d22d0ca556f48f2e5922c67d3e
treeef050fa6236460d8d1f8063f087bad84315eecb4
parent8295a28f6d6e14f5adb62138271de393015061e9
Add types and generated code for CRDs

Adding Network CRD and Provider
Network CRD generated code as per the
spec.
https://wiki.onap.org/display/DW/K8s+Plugin+Network+Related+CRD%27s+for+R5

Change-Id: If75885205830cf2cef197754ea8f00b61095a4a1
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
13 files changed:
cmd/nfn-operator/nfn-operator.go
deploy/crds/k8s_v1alpha1_network_cr.yaml [new file with mode: 0644]
deploy/crds/k8s_v1alpha1_network_crd.yaml [new file with mode: 0644]
deploy/crds/k8s_v1alpha1_providernetwork_crd.yaml [new file with mode: 0644]
pkg/apis/addtoscheme_k8s_v1alpha1.go [new file with mode: 0644]
pkg/apis/apis.go [new file with mode: 0644]
pkg/apis/k8s/group.go [new file with mode: 0644]
pkg/apis/k8s/v1alpha1/doc.go [new file with mode: 0644]
pkg/apis/k8s/v1alpha1/network_types.go [new file with mode: 0644]
pkg/apis/k8s/v1alpha1/providernetwork_types.go [new file with mode: 0644]
pkg/apis/k8s/v1alpha1/register.go [new file with mode: 0644]
pkg/apis/k8s/v1alpha1/zz_generated.deepcopy.go [new file with mode: 0644]
pkg/apis/k8s/v1alpha1/zz_generated.openapi.go [new file with mode: 0644]