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

processed_template.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: 66c6e32ea70f3bf339bed16421369ee16b2616aa (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
{
  "kind": "Template",
  "apiVersion": "v1",
  "metadata": {
    "name": "my-templtae",
    "namespace": "default",
    "selfLink": "/oapi/v1/namespaces/default/processedtemplates/my-templtae",
    "uid": "2240c61c-8f70-11e5-a806-001a4a231290",
    "resourceVersion": "1399",
    "creationTimestamp": "2015-11-20T10:19:07Z"
  },
  "objects": [
    {
      "apiVersion": "v1",
      "kind": "Service",
      "metadata": {
        "name": "test/my-service"
      }
    }
  ],
  "parameters": [
    {
      "name": "NAME_PREFIX",
      "value": "test/"
    }
  ]
}