File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
charts/gitops-runtime/templates/_components/gitops-operator/crds Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -445,14 +445,19 @@ spec:
445
445
health :
446
446
description : Represents resource health status
447
447
type : string
448
+ healthMessage :
449
+ type : string
448
450
sync :
449
451
description : SyncStatusCode is a type which represents
450
452
possible comparison results
451
453
type : string
452
454
syncOperation :
453
455
type : string
456
+ syncOperationMessage :
457
+ type : string
454
458
required :
455
459
- health
460
+ - healthMessage
456
461
- sync
457
462
type : object
458
463
commitSha :
@@ -478,14 +483,19 @@ spec:
478
483
health :
479
484
description : Represents resource health status
480
485
type : string
486
+ healthMessage :
487
+ type : string
481
488
sync :
482
489
description : SyncStatusCode is a type which represents
483
490
possible comparison results
484
491
type : string
485
492
syncOperation :
486
493
type : string
494
+ syncOperationMessage :
495
+ type : string
487
496
required :
488
497
- health
498
+ - healthMessage
489
499
- sync
490
500
type : object
491
501
phase :
@@ -558,14 +568,19 @@ spec:
558
568
health :
559
569
description : Represents resource health status
560
570
type : string
571
+ healthMessage :
572
+ type : string
561
573
sync :
562
574
description : SyncStatusCode is a type which represents
563
575
possible comparison results
564
576
type : string
565
577
syncOperation :
566
578
type : string
579
+ syncOperationMessage :
580
+ type : string
567
581
required :
568
582
- health
583
+ - healthMessage
569
584
- sync
570
585
type : object
571
586
commitSha :
You can’t perform that action at this time.
0 commit comments