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 @@ -381,6 +381,25 @@ spec:
381
381
createdAt :
382
382
format : date-time
383
383
type : string
384
+ failure :
385
+ properties :
386
+ code :
387
+ type : string
388
+ context :
389
+ type : string
390
+ message :
391
+ type : string
392
+ stepIndex :
393
+ type : integer
394
+ transient :
395
+ type : boolean
396
+ required :
397
+ - code
398
+ - context
399
+ - message
400
+ - stepIndex
401
+ - transient
402
+ type : object
384
403
observedGeneration :
385
404
format : int64
386
405
type : integer
@@ -399,8 +418,6 @@ spec:
399
418
items :
400
419
description : StepStatus
401
420
properties :
402
- failureSummary :
403
- type : string
404
421
getPromotionValues :
405
422
properties :
406
423
commitAuthorAvatarUrl :
@@ -633,6 +650,27 @@ spec:
633
650
updatedAt :
634
651
format : date-time
635
652
type : string
653
+ warnings :
654
+ items :
655
+ properties :
656
+ code :
657
+ type : string
658
+ context :
659
+ type : string
660
+ message :
661
+ type : string
662
+ stepIndex :
663
+ type : integer
664
+ transient :
665
+ type : boolean
666
+ required :
667
+ - code
668
+ - context
669
+ - message
670
+ - stepIndex
671
+ - transient
672
+ type : object
673
+ type : array
636
674
required :
637
675
- createdAt
638
676
- phase
You can’t perform that action at this time.
0 commit comments