aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json
blob: f5804964077af4074c43fe9cf37d29071c31e5d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "charts" : [
    {
      "chartId" : {
        "name" : "HelloWorld",
        "version" :   "1.0"
      },
      "namespace" : "onap",
      "repository" : {
        "repoName": "chartMuseum",
        "address" : "https://localhost:8080"
      },
      "releaseName" : "helloworld"
    },
    {
      "chartId" : {
        "name" : "nginx",
        "version" :   "1.1"
      },
      "namespace" : "onap",
      "releaseName" : "nginxapp"
    },
    {
      "chartId" : {
        "name" : "HelloWorld",
        "version" :   "1.2"
      },
      "namespace" : "onap",
      "repository" : {
        "repoName": "chartMuseum",
        "address" : "https://localhost:8080"
      },
      "releaseName" : "helloworld",
      "podName" : "helloallworld"
    }
  ]
}