From 9f6848476de716fe68e315a4b4f99c8d893eecef Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 23 Mar 2021 22:48:02 +0100 Subject: Add new elements of starter dictionary for vFW CNF CBA Add new elements of starter dictionary for vFW CNF CBA Issue-ID: INT-1870 Signed-off-by: Lukasz Rajewski Change-Id: I83d36de9e14316c1c95cbb78e69527802d2a6373 --- .../k8s-rb-config-template-name.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-name.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-name.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-name.json b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-name.json new file mode 100644 index 000000000..07e735626 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/k8s-rb-config-template-name.json @@ -0,0 +1,19 @@ +{ + "tags": "k8s, cnf, config, k8s-rb-config-template-name", + "name": "k8s-rb-config-template-name", + "property": { + "description": "The name of configuration template for config-assign operation", + "type": "string" + }, + "group": "default", + "updated-by": "Rajewski, Lukasz ", + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + } + } +} \ No newline at end of file -- cgit 1.2.3-korg