@@ -499,9 +499,48 @@ spec:
499
499
format : string
500
500
type : string
501
501
type : array
502
+ apex :
503
+ description : Metadata to add to the apex service
504
+ type : object
505
+ properties :
506
+ labels :
507
+ type : object
508
+ additionalProperties :
509
+ type : string
510
+ annotations :
511
+ type : object
512
+ additionalProperties :
513
+ type : string
514
+ primary :
515
+ description : Metadata to add to the primary service
516
+ type : object
517
+ properties :
518
+ labels :
519
+ type : object
520
+ additionalProperties :
521
+ type : string
522
+ annotations :
523
+ type : object
524
+ additionalProperties :
525
+ type : string
526
+ canary :
527
+ description : Metadata to add to the canary service
528
+ type : object
529
+ properties :
530
+ labels :
531
+ type : object
532
+ additionalProperties :
533
+ type : string
534
+ annotations :
535
+ type : object
536
+ additionalProperties :
537
+ type : string
502
538
skipAnalysis :
503
539
description : Skip analysis and promote canary
504
540
type : boolean
541
+ revertOnDeletion :
542
+ description : Revert mutated resources to original spec on deletion
543
+ type : boolean
505
544
analysis :
506
545
description : Canary analysis for this canary
507
546
type : object
@@ -523,7 +562,10 @@ spec:
523
562
description : Max traffic percentage routed to canary
524
563
type : number
525
564
stepWeight :
526
- description : Incremental traffic percentage step
565
+ description : Incremental traffic percentage step for the analysis phase
566
+ type : number
567
+ stepWeightPromotion :
568
+ description : Incremental traffic percentage step for the promotion phase
527
569
type : number
528
570
mirror :
529
571
description : Mirror traffic to canary
@@ -557,8 +599,15 @@ spec:
557
599
format : string
558
600
type : string
559
601
regex :
602
+ description : RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax)
560
603
format : string
561
604
type : string
605
+ sourceLabels :
606
+ description : Applicable only when the 'mesh' gateway is included in the service.gateways list
607
+ type : object
608
+ additionalProperties :
609
+ format : string
610
+ type : string
562
611
metrics :
563
612
description : Metric check list for this canary
564
613
type : array
@@ -650,6 +699,8 @@ spec:
650
699
- Finalising
651
700
- Succeeded
652
701
- Failed
702
+ - Terminating
703
+ - Terminated
653
704
canaryWeight :
654
705
description : Traffic weight percentage routed to canary
655
706
type : number
@@ -796,11 +847,11 @@ spec:
796
847
spec :
797
848
oneOf :
798
849
- required :
799
- - type
800
- - address
850
+ - type
851
+ - address
801
852
- required :
802
- - type
803
- - secretRef
853
+ - type
854
+ - secretRef
804
855
properties :
805
856
type :
806
857
description : Type of this provider
0 commit comments