13
13
resources:
14
14
##################
15
15
# ENTERPRISE #
16
- #################
16
+ ##################
17
17
- groupVersionKind:
18
18
group: garm-operator.mercedes-benz.com
19
19
kind: "Enterprise"
33
33
- metadata
34
34
- creationTimestamp
35
35
type: Gauge
36
-
37
36
- name: enterprise_info
38
37
help: Information about an enterprise.
39
38
each:
44
43
webhookSecretRefKey: [ spec, webhookSecretRef, key ]
45
44
webhookSecretRefName: [ spec, webhookSecretRef, name ]
46
45
id: [ status, id ]
47
-
48
46
- name: enterprise_annotation_paused_info
49
47
help: Whether the enterprise reconciliation is paused.
50
48
each:
56
54
- garm-operator.mercedes-benz.com/paused
57
55
labelsFromPath:
58
56
paused_value: []
59
-
60
57
- name: enterprise_status_conditions
61
58
help: Displays whether status of each possible condition is True or False.
62
59
each:
70
67
labelFromKey: reason
71
68
labelsFromPath:
72
69
type: [ type ]
73
-
74
- ##################
75
- # Org #
70
+ #################
71
+ # Org #
76
72
#################
77
73
- groupVersionKind:
78
74
group: garm-operator.mercedes-benz.com
93
89
- metadata
94
90
- creationTimestamp
95
91
type: Gauge
96
-
97
92
- name: org_info
98
93
help: Information about an organization.
99
94
each:
104
99
webhookSecretRefKey: [ spec, webhookSecretRef, key ]
105
100
webhookSecretRefName: [ spec, webhookSecretRef, name ]
106
101
id: [ status, id ]
107
-
108
102
- name: org_annotation_paused_info
109
103
help: Whether the org reconciliation is paused.
110
104
each:
@@ -116,7 +110,6 @@ data:
116
110
- garm-operator.mercedes-benz.com/paused
117
111
labelsFromPath:
118
112
paused_value: [ ]
119
-
120
113
- name: org_status_conditions
121
114
help: Displays whether status of each possible condition is True or False.
122
115
each:
@@ -130,10 +123,9 @@ data:
130
123
labelFromKey: reason
131
124
labelsFromPath:
132
125
type: [ type ]
133
-
134
126
##################
135
- # Repo #
136
- #################
127
+ # Repo #
128
+ ##################
137
129
- groupVersionKind:
138
130
group: garm-operator.mercedes-benz.com
139
131
kind: "Repository"
@@ -153,7 +145,6 @@ data:
153
145
- metadata
154
146
- creationTimestamp
155
147
type: Gauge
156
-
157
148
- name: repo_info
158
149
help: Information about a repository.
159
150
each:
@@ -165,7 +156,6 @@ data:
165
156
webhookSecretRefKey: [ spec, webhookSecretRef, key ]
166
157
webhookSecretRefName: [ spec, webhookSecretRef, name ]
167
158
id: [ status, id ]
168
-
169
159
- name: repo_annotation_paused_info
170
160
help: Whether the repo reconciliation is paused.
171
161
each:
@@ -177,7 +167,6 @@ data:
177
167
- garm-operator.mercedes-benz.com/paused
178
168
labelsFromPath:
179
169
paused_value: [ ]
180
-
181
170
- name: repo_status_conditions
182
171
help: Displays whether status of each possible condition is True or False.
183
172
each:
@@ -191,8 +180,7 @@ data:
191
180
labelFromKey: reason
192
181
labelsFromPath:
193
182
type: [ type ]
194
-
195
- ##################
183
+ #################
196
184
# Pool #
197
185
#################
198
186
- groupVersionKind:
@@ -214,7 +202,6 @@ data:
214
202
- metadata
215
203
- creationTimestamp
216
204
type: Gauge
217
-
218
205
- name: pool_info
219
206
help: Information about a pool.
220
207
each:
@@ -232,7 +219,6 @@ data:
232
219
runnerPrefix: [spec, runnerPrefix]
233
220
tags: [spec, tags]
234
221
id: [status, id]
235
-
236
222
- name: pool_enabled
237
223
help: Whether the pool is enabled.
238
224
each:
@@ -242,7 +228,6 @@ data:
242
228
path:
243
229
- spec
244
230
- enabled
245
-
246
231
- name: pool_min_idle_runners
247
232
help: Minimum number of idle runners.
248
233
each:
@@ -251,7 +236,6 @@ data:
251
236
path:
252
237
- spec
253
238
- minIdleRunners
254
-
255
239
- name: pool_max_runners
256
240
help: Maximum number of runners.
257
241
each:
@@ -260,7 +244,6 @@ data:
260
244
path:
261
245
- spec
262
246
- maxRunners
263
-
264
247
- name: status_long_running_idle_runners
265
248
help: Number of long running idle runners.
266
249
each:
@@ -269,7 +252,6 @@ data:
269
252
path:
270
253
- status
271
254
- longRunningIdleRunners
272
-
273
255
- name: pool_annotation_paused_info
274
256
help: Whether the pool reconciliation is paused.
275
257
each:
@@ -281,7 +263,6 @@ data:
281
263
- garm-operator.mercedes-benz.com/paused
282
264
labelsFromPath:
283
265
paused_value: [ ]
284
-
285
266
- name: pool_status_conditions
286
267
help: Displays whether status of each possible condition is True or False.
287
268
each:
@@ -295,10 +276,9 @@ data:
295
276
labelFromKey: reason
296
277
labelsFromPath:
297
278
type: [ type ]
298
-
299
279
##################
300
280
# Image #
301
- #################
281
+ ##################
302
282
- groupVersionKind:
303
283
group: garm-operator.mercedes-benz.com
304
284
kind: "Image"
@@ -318,15 +298,13 @@ data:
318
298
- metadata
319
299
- creationTimestamp
320
300
type: Gauge
321
-
322
301
- name: image_info
323
302
help: Information about an image.
324
303
each:
325
304
type: Info
326
305
info:
327
306
labelsFromPath:
328
307
tag: [spec, tag]
329
-
330
308
############################
331
309
# GarmServerConfig #
332
310
############################
@@ -349,7 +327,6 @@ data:
349
327
- metadata
350
328
- creationTimestamp
351
329
type: Gauge
352
-
353
330
- name: garmserverconfig_info
354
331
help: Information about a garm server config.
355
332
each:
@@ -362,10 +339,9 @@ data:
362
339
controllerId: [status, controllerId]
363
340
minimumJobAgeBackoff: [status, minimumJobAgeBackoff]
364
341
version: [status, version]
365
-
366
- ############################
342
+ ##########################
367
343
# GitHubEndpoint #
368
- ############################
344
+ ##########################
369
345
- groupVersionKind:
370
346
group: garm-operator.mercedes-benz.com
371
347
kind: "GitHubEndpoint"
@@ -385,7 +361,6 @@ data:
385
361
- metadata
386
362
- creationTimestamp
387
363
type: Gauge
388
-
389
364
- name: githubendpoint_info
390
365
help: Information about a githubendpoint config.
391
366
each:
@@ -395,7 +370,6 @@ data:
395
370
apiBaseUrl: [spec, apiBaseUrl]
396
371
baseUrl: [spec, baseUrl]
397
372
uploadBaseUrl: [spec, uploadBaseUrl]
398
-
399
373
- name: githubendpoint_status_conditions
400
374
help: Displays whether status of each possible condition is True or False.
401
375
each:
@@ -409,7 +383,6 @@ data:
409
383
labelFromKey: reason
410
384
labelsFromPath:
411
385
type: [ type ]
412
-
413
386
############################
414
387
# GitHubCredential #
415
388
############################
@@ -432,7 +405,6 @@ data:
432
405
- metadata
433
406
- creationTimestamp
434
407
type: Gauge
435
-
436
408
- name: githubcredential_info
437
409
help: Information about a githubcredential config.
438
410
each:
@@ -447,7 +419,6 @@ data:
447
419
baseUrl: [status, baseUrl]
448
420
uploadBaseUrl: [status, uploadBaseUrl]
449
421
id: [status, id]
450
-
451
422
- name: githubcredential_status_conditions
452
423
help: Displays whether status of each possible condition is True or False.
453
424
each:
0 commit comments