This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproducts_examples.yml
119 lines (119 loc) · 2.99 KB
/
products_examples.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
apiVersion: k8sinitiative.3scale.net/v1alpha1
kind: Product
metadata:
name: product-api-01
namespace: k8sinitiative
spec:
description: "Product 1"
apps_count: 1
backends_count: 1
id: 1
name: "API 1"
system_name: "api_1"
link: "/apiconfig/services/1"
links:
- name: "Edit"
path: "/apiconfig/services/1/edit"
- name: "Overview"
path: "/apiconfig/services/1"
- name: "Analytics"
path: "/services/1/stats/usage"
- name: "Applications"
path: "/apiconfig/services/1/applications"
- name: "ActiveDocs"
path: "/apiconfig/services/1/api_docs"
- name: "Integration"
path: "/apiconfig/services/1/integration"
unread_alerts_count: 0
created_at: "1605407040000"
updated_at: "1606125362370"
---
apiVersion: k8sinitiative.3scale.net/v1alpha1
kind: Product
metadata:
name: product-api-02
namespace: k8sinitiative
spec:
description: "Product 2"
apps_count: 2
backends_count: 1
id: 2
name: "API 2"
system_name: "api_2"
link: "/apiconfig/services/2"
links:
- name: "Edit"
path: "/apiconfig/services/2/edit"
- name: "Overview"
path: "/apiconfig/services/2"
- name: "Analytics"
path: "/services/2/stats/usage"
- name: "Applications"
path: "/apiconfig/services/2/applications"
- name: "ActiveDocs"
path: "/apiconfig/services/2/api_docs"
- name: "Integration"
path: "/apiconfig/services/2/integration"
unread_alerts_count: 0
created_at: "1605406215000"
updated_at: "1606125384132"
---
apiVersion: k8sinitiative.3scale.net/v1alpha1
kind: Product
metadata:
name: product-api-03
namespace: k8sinitiative
spec:
description: "Product 3"
apps_count: 1
backends_count: 1
id: 1
name: "API 3"
system_name: "api_3"
link: "/apiconfig/services/3"
links:
- name: "Edit"
path: "/apiconfig/services/3/edit"
- name: "Overview"
path: "/apiconfig/services/3"
- name: "Analytics"
path: "/services/3/stats/usage"
- name: "Applications"
path: "/apiconfig/services/3/applications"
- name: "ActiveDocs"
path: "/apiconfig/services/3/api_docs"
- name: "Integration"
path: "/apiconfig/services/3/integration"
unread_alerts_count: 0
created_at: "1606839277962"
updated_at: "1606839303838"
---
apiVersion: k8sinitiative.3scale.net/v1alpha1
kind: Product
metadata:
name: product-api-04
namespace: k8sinitiative
spec:
description: "Product 4"
apps_count: 1
backends_count: 1
id: 1
name: "API 34"
system_name: "api_4"
link: "/apiconfig/services/1"
links:
- name: "Edit"
path: "/apiconfig/services/4/edit"
- name: "Overview"
path: "/apiconfig/services/4"
- name: "Analytics"
path: "/services/4/stats/usage"
- name: "Applications"
path: "/apiconfig/services/4/applications"
- name: "ActiveDocs"
path: "/apiconfig/services/4/api_docs"
- name: "Integration"
path: "/apiconfig/services/4/integration"
unread_alerts_count: 0
created_at: "1606839316291"
updated_at: "1606839323672"