Collectd Operator API 53/88953/2
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Tue, 28 May 2019 22:02:54 +0000 (15:02 -0700)
committerGary Wu <gwu@futurewei.com>
Thu, 30 May 2019 20:40:06 +0000 (20:40 +0000)
commit20d2faee7b9a36a50371854a3688b6421a70ebcb
tree0aaf24c7f69e1efe3190ddd146e3d26ce234c6b0
parentd3d776d1260f6ba6dbaa483399ed8e2889d72a59
Collectd Operator API

Define spec for CollectdPlugin CRD.
Create CRD and sample CR for CollectdPlugin and autogenerated code.
Updated Makefile and deployment artifacts.

Issue-ID: ONAPARC-461
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Change-Id: I10bc198976b415efcfab01258342abbd2b4dfcc9
14 files changed:
vnfs/DAaaS/collectd-operator/Makefile
vnfs/DAaaS/collectd-operator/deploy/crds/onap_v1alpha1_collectdplugin_cr.yaml [new file with mode: 0644]
vnfs/DAaaS/collectd-operator/deploy/crds/onap_v1alpha1_collectdplugin_crd.yaml [new file with mode: 0644]
vnfs/DAaaS/collectd-operator/deploy/operator.yaml
vnfs/DAaaS/collectd-operator/deploy/role.yaml
vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml
vnfs/DAaaS/collectd-operator/go.mod
vnfs/DAaaS/collectd-operator/go.sum
vnfs/DAaaS/collectd-operator/pkg/apis/addtoscheme_onap_v1alpha1.go [new file with mode: 0644]
vnfs/DAaaS/collectd-operator/pkg/apis/onap/v1alpha1/collectdplugin_types.go [new file with mode: 0644]
vnfs/DAaaS/collectd-operator/pkg/apis/onap/v1alpha1/doc.go [new file with mode: 0644]
vnfs/DAaaS/collectd-operator/pkg/apis/onap/v1alpha1/register.go [new file with mode: 0644]
vnfs/DAaaS/collectd-operator/pkg/apis/onap/v1alpha1/zz_generated.deepcopy.go [new file with mode: 0644]
vnfs/DAaaS/collectd-operator/pkg/apis/onap/v1alpha1/zz_generated.openapi.go [new file with mode: 0644]