You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/mockServices/mockData/services.ts
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ export const servicesData = {
7
7
},
8
8
bindable: true,
9
9
description: 'BUILDS SOURCE CODE',
10
-
alphaTags: ['java','nodejs'],
10
+
tags: ['java','nodejs'],
11
11
externalMetadata: {
12
12
displayName: 'Test ServiceClass Java-Node.js',
13
13
longDescription: 'Build and run Java applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/mast…',
@@ -72,7 +72,7 @@ export const servicesData = {
72
72
},
73
73
bindable: true,
74
74
description: 'BUILDS SOURCE CODE',
75
-
alphaTags: ['nodejs'],
75
+
tags: ['nodejs'],
76
76
externalMetadata: {
77
77
displayName: 'Test ServiceClass Node.js',
78
78
longDescription: 'run nodejs applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/mast…',
@@ -90,7 +90,7 @@ export const servicesData = {
90
90
},
91
91
bindable: true,
92
92
description: 'BUILDS SOURCE CODE',
93
-
alphaTags: ['perl'],
93
+
tags: ['perl'],
94
94
externalMetadata: {
95
95
displayName: 'Test ServiceClass Perl',
96
96
longDescription: 'run Perl applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/mast…',
@@ -108,7 +108,7 @@ export const servicesData = {
108
108
},
109
109
bindable: true,
110
110
description: 'BUILDS SOURCE CODE',
111
-
alphaTags: ['ruby','mongodb'],
111
+
tags: ['ruby','mongodb'],
112
112
externalMetadata: {
113
113
displayName: 'Test ServiceClass Ruby-Mongo',
114
114
longDescription: 'run ruby applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/mast…',
@@ -126,7 +126,7 @@ export const servicesData = {
126
126
},
127
127
bindable: true,
128
128
description: 'BUILDS SOURCE CODE',
129
-
alphaTags: ['php'],
129
+
tags: ['php'],
130
130
externalMetadata: {
131
131
displayName: 'Test ServiceClass PHP',
132
132
longDescription: 'run PHP applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/mast…',
@@ -144,7 +144,7 @@ export const servicesData = {
144
144
},
145
145
bindable: true,
146
146
description: 'BUILDS SOURCE CODE',
147
-
alphaTags: ['mongodb'],
147
+
tags: ['mongodb'],
148
148
externalMetadata: {
149
149
displayName: 'Test ServiceClass MongoDB',
150
150
longDescription: 'run MongoDB applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/mast…',
@@ -162,7 +162,7 @@ export const servicesData = {
162
162
},
163
163
bindable: true,
164
164
description: 'BUILDS SOURCE CODE',
165
-
alphaTags: ['mysql'],
165
+
tags: ['mysql'],
166
166
externalMetadata: {
167
167
displayName: 'Test ServiceClass mySQL',
168
168
longDescription: 'run MongoDB applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/mast…',
@@ -180,7 +180,7 @@ export const servicesData = {
180
180
},
181
181
bindable: true,
182
182
description: 'BUILDS SOURCE CODE',
183
-
alphaTags: ['fooBar'],
183
+
tags: ['fooBar'],
184
184
externalMetadata: {
185
185
displayName: 'Test ServiceClass Other',
186
186
longDescription: 'some other service',
@@ -198,7 +198,7 @@ export const servicesData = {
198
198
},
199
199
bindable: true,
200
200
description: 'BUILDS SOURCE CODE',
201
-
alphaTags: ['jenkins'],
201
+
tags: ['jenkins'],
202
202
externalMetadata: {
203
203
displayName: 'Test ServiceClass jenkins',
204
204
longDescription: 'some other service',
@@ -216,7 +216,7 @@ export const servicesData = {
216
216
},
217
217
bindable: true,
218
218
description: 'TEST APB SERVICE',
219
-
alphaTags: ['databases','postgresql'],
219
+
tags: ['databases','postgresql'],
220
220
externalMetadata: {
221
221
displayName: 'Test ServiceClass PostgreSQL DB APB',
222
222
longDescription: 'A sample APB which deploys a PostgreSQL Database',
0 commit comments