File tree Expand file tree Collapse file tree 1 file changed +40
-2
lines changed
charts/gitops-runtime/templates/_components/gitops-operator/crds Expand file tree Collapse file tree 1 file changed +40
-2
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,25 @@ spec:
366
366
createdAt :
367
367
format : date-time
368
368
type : string
369
+ failure :
370
+ properties :
371
+ code :
372
+ type : string
373
+ context :
374
+ type : string
375
+ message :
376
+ type : string
377
+ stepIndex :
378
+ type : integer
379
+ transient :
380
+ type : boolean
381
+ required :
382
+ - code
383
+ - context
384
+ - message
385
+ - stepIndex
386
+ - transient
387
+ type : object
369
388
observedGeneration :
370
389
format : int64
371
390
type : integer
@@ -384,8 +403,6 @@ spec:
384
403
items :
385
404
description : StepStatus
386
405
properties :
387
- failureSummary :
388
- type : string
389
406
getPromotionValues :
390
407
properties :
391
408
phase :
@@ -614,6 +631,27 @@ spec:
614
631
updatedAt :
615
632
format : date-time
616
633
type : string
634
+ warnings :
635
+ items :
636
+ properties :
637
+ code :
638
+ type : string
639
+ context :
640
+ type : string
641
+ message :
642
+ type : string
643
+ stepIndex :
644
+ type : integer
645
+ transient :
646
+ type : boolean
647
+ required :
648
+ - code
649
+ - context
650
+ - message
651
+ - stepIndex
652
+ - transient
653
+ type : object
654
+ type : array
617
655
required :
618
656
- createdAt
619
657
- phase
You can’t perform that action at this time.
0 commit comments