aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/vpg_management_port.json
blob: 20003dfd60ff80f8859adac3273e1e9cd24fe80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "tags": "k8s, cnf, vpg-management-port",
    "name": "vpg-management-port",
    "group": "default",
    "property": {
        "description": "Ssh port number in k8s nodeport to associate with vpg",
        "type": "string"
    },
    "updated-by": "Lukasz Rajewski <lukasz.rajewski@orange.com>",
    "sources": {
        "input": {
            "type": "source-input"
        },
        "default": {
            "type": "source-default",
            "properties": {}
        }
    }
}