Welcome to mirror list, hosted at ThFree Co, Russian Federation.

template_list.json « json « test « kubeclient « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0f84ad3e011612052dcad26f325d72cfd7ac53d (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
{
  "kind": "TemplateList",
  "apiVersion": "template.openshift.io/v1",
  "metadata": {
    "selfLink": "/apis/template.openshift.io/v1/namespaces/default/templates",
    "resourceVersion": "22758"
  },
  "items": [
    {
      "metadata": {
        "name": "my-template",
        "namespace": "default",
        "selfLink": "/apis/template.openshift.io/v1/namespaces/default/templates/my-template",
        "uid": "6e03e3e6-0216-11e9-b1e0-68f728fac3ab",
        "resourceVersion": "21954",
        "creationTimestamp": "2018-12-17T16:11:36Z"
      },
      "objects": [
        {
          "apiVersion": "v1",
          "kind": "Service",
          "metadata": {
            "name": "${NAME_PREFIX}my-service"
          }
        }
      ],
      "parameters": [
        {
          "name": "NAME_PREFIX",
          "description": "Prefix for names"
        }
      ]
    }
  ]
}