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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gems/kubeclient/test/json/template_list.json')
-rw-r--r--vendor/gems/kubeclient/test/json/template_list.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/vendor/gems/kubeclient/test/json/template_list.json b/vendor/gems/kubeclient/test/json/template_list.json
new file mode 100644
index 00000000000..a0f84ad3e01
--- /dev/null
+++ b/vendor/gems/kubeclient/test/json/template_list.json
@@ -0,0 +1,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"
+ }
+ ]
+ }
+ ]
+}