diff options
author | Rajamohan Raj <rajamohan.raj@intel.com> | 2020-03-17 20:57:50 +0000 |
---|---|---|
committer | Rajamohan Raj <rajamohan.raj@intel.com> | 2020-03-18 21:41:15 +0000 |
commit | 7cb9c0b9e9ee87f962c1a678471f24b14b02ec85 (patch) | |
tree | f9823d162c4fb4efc2de8025bc5a4c5d87eb05c4 /src/k8splugin | |
parent | 3b848c7b4b6a4a49658bd9275a0baa6a08effe2a (diff) |
Added the new plugin_collection_v2 script.
The script calls the major creation APIs in v2 starting from project api, composite app, composite profile, generic placement intent & deployment intent. This should be used every time we need to test the Instantiation code.
Also added the helm charts for composite app consisting of collectd and
prometheus.
Issue-ID: MULTICLOUD-1035
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I95237c234cca674dd54f4ef7527083b5cf3e0a55
Diffstat (limited to 'src/k8splugin')
-rw-r--r-- | src/k8splugin/internal/app/instance.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/internal/app/instance.go b/src/k8splugin/internal/app/instance.go index 5d8b2100..d6eb91b4 100644 --- a/src/k8splugin/internal/app/instance.go +++ b/src/k8splugin/internal/app/instance.go @@ -120,7 +120,7 @@ func NewInstanceClient() *InstanceClient { } } -// Create an entry for the resource bundle profile in the database +// Create an instance of rb on the cluster in the database func (v *InstanceClient) Create(i InstanceRequest) (InstanceResponse, error) { // Name is required |