@@ -34,10 +34,10 @@ spec:
34
34
jsonPath : .status.automationAppliedAt
35
35
- name : CpuRequest
36
36
type : string
37
- jsonPath : .status.current.workload.containers ..resources.requests.cpu
37
+ jsonPath : .status.current.workload.containersDetailed ..resources.requests.cpu
38
38
- name : MemRequest
39
39
type : string
40
- jsonPath : .status.current.workload.containers ..resources.requests.memory
40
+ jsonPath : .status.current.workload.containersDetailed ..resources.requests.memory
41
41
- name : Age
42
42
type : date
43
43
jsonPath : .metadata.creationTimestamp
@@ -115,6 +115,19 @@ spec:
115
115
x-kubernetes-preserve-unknown-fields : true
116
116
additionalProperties :
117
117
type : string
118
+ indicatorsDetailed :
119
+ type : object
120
+ x-kubernetes-preserve-unknown-fields : true
121
+ additionalProperties :
122
+ type : object
123
+ x-kubernetes-preserve-unknown-fields : true
124
+ properties :
125
+ name :
126
+ type : string
127
+ severity :
128
+ type : string
129
+ type :
130
+ type : string
118
131
containers :
119
132
type : object
120
133
additionalProperties :
@@ -166,6 +179,66 @@ spec:
166
179
type : string
167
180
memory :
168
181
type : string
182
+ containersDetailed :
183
+ type : object
184
+ x-kubernetes-preserve-unknown-fields : true
185
+ additionalProperties :
186
+ type : object
187
+ x-kubernetes-preserve-unknown-fields : true
188
+ properties :
189
+ indicatorsDetailed :
190
+ type : object
191
+ x-kubernetes-preserve-unknown-fields : true
192
+ additionalProperties :
193
+ type : object
194
+ x-kubernetes-preserve-unknown-fields : true
195
+ properties :
196
+ name :
197
+ type : string
198
+ severity :
199
+ type : string
200
+ type :
201
+ type : string
202
+ resources :
203
+ type : object
204
+ x-kubernetes-preserve-unknown-fields : true
205
+ properties :
206
+ requests :
207
+ type : object
208
+ x-kubernetes-preserve-unknown-fields : true
209
+ properties :
210
+ cpu :
211
+ type : string
212
+ memory :
213
+ type : string
214
+ limits :
215
+ type : object
216
+ x-kubernetes-preserve-unknown-fields : true
217
+ properties :
218
+ cpu :
219
+ type : string
220
+ memory :
221
+ type : string
222
+ spec :
223
+ type : object
224
+ x-kubernetes-preserve-unknown-fields : true
225
+ properties :
226
+ requests :
227
+ type : object
228
+ x-kubernetes-preserve-unknown-fields : true
229
+ properties :
230
+ cpu :
231
+ type : string
232
+ memory :
233
+ type : string
234
+ limits :
235
+ type : object
236
+ x-kubernetes-preserve-unknown-fields : true
237
+ properties :
238
+ cpu :
239
+ type : string
240
+ memory :
241
+ type : string
169
242
current :
170
243
type : object
171
244
x-kubernetes-preserve-unknown-fields : true
@@ -197,6 +270,19 @@ spec:
197
270
x-kubernetes-preserve-unknown-fields : true
198
271
additionalProperties :
199
272
type : string
273
+ indicatorsDetailed :
274
+ type : object
275
+ x-kubernetes-preserve-unknown-fields : true
276
+ additionalProperties :
277
+ type : object
278
+ x-kubernetes-preserve-unknown-fields : true
279
+ properties :
280
+ name :
281
+ type : string
282
+ severity :
283
+ type : string
284
+ type :
285
+ type : string
200
286
containers :
201
287
type : object
202
288
additionalProperties :
@@ -248,6 +334,66 @@ spec:
248
334
type : string
249
335
memory :
250
336
type : string
337
+ containersDetailed :
338
+ type : object
339
+ x-kubernetes-preserve-unknown-fields : true
340
+ additionalProperties :
341
+ type : object
342
+ x-kubernetes-preserve-unknown-fields : true
343
+ properties :
344
+ indicatorsDetailed :
345
+ type : object
346
+ x-kubernetes-preserve-unknown-fields : true
347
+ additionalProperties :
348
+ type : object
349
+ x-kubernetes-preserve-unknown-fields : true
350
+ properties :
351
+ name :
352
+ type : string
353
+ severity :
354
+ type : string
355
+ type :
356
+ type : string
357
+ resources :
358
+ type : object
359
+ x-kubernetes-preserve-unknown-fields : true
360
+ properties :
361
+ requests :
362
+ type : object
363
+ x-kubernetes-preserve-unknown-fields : true
364
+ properties :
365
+ cpu :
366
+ type : string
367
+ memory :
368
+ type : string
369
+ limits :
370
+ type : object
371
+ x-kubernetes-preserve-unknown-fields : true
372
+ properties :
373
+ cpu :
374
+ type : string
375
+ memory :
376
+ type : string
377
+ spec :
378
+ type : object
379
+ x-kubernetes-preserve-unknown-fields : true
380
+ properties :
381
+ requests :
382
+ type : object
383
+ x-kubernetes-preserve-unknown-fields : true
384
+ properties :
385
+ cpu :
386
+ type : string
387
+ memory :
388
+ type : string
389
+ limits :
390
+ type : object
391
+ x-kubernetes-preserve-unknown-fields : true
392
+ properties :
393
+ cpu :
394
+ type : string
395
+ memory :
396
+ type : string
251
397
target :
252
398
type : object
253
399
x-kubernetes-preserve-unknown-fields : true
@@ -279,6 +425,19 @@ spec:
279
425
x-kubernetes-preserve-unknown-fields : true
280
426
additionalProperties :
281
427
type : string
428
+ indicatorsDetailed :
429
+ type : object
430
+ x-kubernetes-preserve-unknown-fields : true
431
+ additionalProperties :
432
+ type : object
433
+ x-kubernetes-preserve-unknown-fields : true
434
+ properties :
435
+ name :
436
+ type : string
437
+ severity :
438
+ type : string
439
+ type :
440
+ type : string
282
441
containers :
283
442
type : object
284
443
additionalProperties :
@@ -329,3 +488,63 @@ spec:
329
488
type : string
330
489
memory :
331
490
type : string
491
+ containersDetailed :
492
+ type : object
493
+ x-kubernetes-preserve-unknown-fields : true
494
+ additionalProperties :
495
+ type : object
496
+ x-kubernetes-preserve-unknown-fields : true
497
+ properties :
498
+ indicatorsDetailed :
499
+ type : object
500
+ x-kubernetes-preserve-unknown-fields : true
501
+ additionalProperties :
502
+ type : object
503
+ x-kubernetes-preserve-unknown-fields : true
504
+ properties :
505
+ name :
506
+ type : string
507
+ severity :
508
+ type : string
509
+ type :
510
+ type : string
511
+ resources :
512
+ type : object
513
+ x-kubernetes-preserve-unknown-fields : true
514
+ properties :
515
+ requests :
516
+ type : object
517
+ x-kubernetes-preserve-unknown-fields : true
518
+ properties :
519
+ cpu :
520
+ type : string
521
+ memory :
522
+ type : string
523
+ limits :
524
+ type : object
525
+ x-kubernetes-preserve-unknown-fields : true
526
+ properties :
527
+ cpu :
528
+ type : string
529
+ memory :
530
+ type : string
531
+ spec :
532
+ type : object
533
+ x-kubernetes-preserve-unknown-fields : true
534
+ properties :
535
+ requests :
536
+ type : object
537
+ x-kubernetes-preserve-unknown-fields : true
538
+ properties :
539
+ cpu :
540
+ type : string
541
+ memory :
542
+ type : string
543
+ limits :
544
+ type : object
545
+ x-kubernetes-preserve-unknown-fields : true
546
+ properties :
547
+ cpu :
548
+ type : string
549
+ memory :
550
+ type : string
0 commit comments