aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/blueprints
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2019-12-24 15:30:56 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-24 15:30:56 +0000
commite3447bd3e00253056e89551437e997e77e65034d (patch)
treec5e2d22a2d2f0589186177a77076474d2b15c911 /ms/blueprintsprocessor/modules/blueprints
parent0a7d68420e7b95dfffb043ebbe2f52ec24effae4 (diff)
parent033e544e10e6c35b9f38c91972eccb7906ecc6c4 (diff)
Merge "add group notation to resource dictionary"
Diffstat (limited to 'ms/blueprintsprocessor/modules/blueprints')
-rw-r--r--ms/blueprintsprocessor/modules/blueprints/resource-dict/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/resource/dict/ResourceDefinition.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/blueprints/resource-dict/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/resource/dict/ResourceDefinition.kt b/ms/blueprintsprocessor/modules/blueprints/resource-dict/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/resource/dict/ResourceDefinition.kt
index 10930ffab..a746abac5 100644
--- a/ms/blueprintsprocessor/modules/blueprints/resource-dict/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/resource/dict/ResourceDefinition.kt
+++ b/ms/blueprintsprocessor/modules/blueprints/resource-dict/src/main/kotlin/org/onap/ccsdk/cds/controllerblueprints/resource/dict/ResourceDefinition.kt
@@ -34,6 +34,9 @@ open class ResourceDefinition {
var tags: String? = null
+ @JsonProperty(value = "group")
+ lateinit var group: String
+
@JsonProperty(value = "updated-by")
lateinit var updatedBy: String