You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: artifacts/flagger/crd.yaml
+72-53Lines changed: 72 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,16 @@ spec:
64
64
type: object
65
65
properties:
66
66
apiVersion:
67
-
description: 'APIVersion defines the versioned schema of this representation
68
-
of an object. Servers should convert recognized schemas to the latest
69
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
67
+
description:
68
+
"APIVersion defines the versioned schema of this representation
69
+
of an object. Servers should convert recognized schemas to the latest
70
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
70
71
type: string
71
72
kind:
72
-
description: 'Kind is a string value representing the REST resource this
73
-
object represents. Servers may infer this from the endpoint the client
74
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
73
+
description:
74
+
"Kind is a string value representing the REST resource this
75
+
object represents. Servers may infer this from the endpoint the client
76
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
description: The list of origins that are allowed to perform
640
+
description:
641
+
The list of origins that are allowed to perform
638
642
CORS requests.
639
643
items:
640
644
format: string
@@ -681,15 +685,17 @@ spec:
681
685
type: object
682
686
properties:
683
687
h2UpgradePolicy:
684
-
description: Specify if http1.1 connection should
688
+
description:
689
+
Specify if http1.1 connection should
685
690
be upgraded to http2 for the associated destination.
686
691
enum:
687
692
- DEFAULT
688
693
- DO_NOT_UPGRADE
689
694
- UPGRADE
690
695
type: string
691
696
http1MaxPendingRequests:
692
-
description: Maximum number of pending HTTP requests
697
+
description:
698
+
Maximum number of pending HTTP requests
693
699
to a destination.
694
700
format: int32
695
701
type: integer
@@ -698,11 +704,13 @@ spec:
698
704
format: int32
699
705
type: integer
700
706
idleTimeout:
701
-
description: The idle timeout for upstream connection
707
+
description:
708
+
The idle timeout for upstream connection
702
709
pool connections.
703
710
type: string
704
711
maxRequestsPerConnection:
705
-
description: Maximum number of requests per connection
712
+
description:
713
+
Maximum number of requests per connection
706
714
to a backend.
707
715
format: int32
708
716
type: integer
@@ -763,31 +771,36 @@ spec:
763
771
localityLbSetting:
764
772
properties:
765
773
distribute:
766
-
description: 'Optional: only one of distribute or
767
-
failover can be set.'
774
+
description:
775
+
"Optional: only one of distribute or
776
+
failover can be set."
768
777
items:
769
778
properties:
770
779
from:
771
-
description: Originating locality, '/' separated,
780
+
description:
781
+
Originating locality, '/' separated,
772
782
e.g.
773
783
format: string
774
784
type: string
775
785
to:
776
786
additionalProperties:
777
787
type: integer
778
-
description: Map of upstream localities to traffic
788
+
description:
789
+
Map of upstream localities to traffic
779
790
distribution weights.
780
791
type: object
781
792
type: object
782
793
type: array
783
794
enabled:
784
-
description: enable locality load balancing, this
795
+
description:
796
+
enable locality load balancing, this
785
797
is DestinationRule-level and will override mesh
786
798
wide settings in entirety.
787
799
type: boolean
788
800
failover:
789
-
description: 'Optional: only failover or distribute
790
-
can be set.'
801
+
description:
802
+
"Optional: only failover or distribute
803
+
can be set."
791
804
items:
792
805
properties:
793
806
from:
@@ -819,14 +832,16 @@ spec:
819
832
description: Minimum ejection duration.
820
833
type: string
821
834
consecutive5xxErrors:
822
-
description: Number of 5xx errors before a host is ejected
835
+
description:
836
+
Number of 5xx errors before a host is ejected
823
837
from the connection pool.
824
838
type: integer
825
839
consecutiveErrors:
826
840
format: int32
827
841
type: integer
828
842
consecutiveGatewayErrors:
829
-
description: Number of gateway errors before a host is
843
+
description:
844
+
Number of gateway errors before a host is
830
845
ejected from the connection pool.
831
846
format: int32
832
847
type: integer
@@ -994,20 +1009,20 @@ spec:
994
1009
type: object
995
1010
additionalProperties:
996
1011
oneOf:
997
-
- not:
998
-
anyOf:
999
-
- required:
1012
+
- not:
1013
+
anyOf:
1014
+
- required:
1015
+
- exact
1016
+
- required:
1017
+
- prefix
1018
+
- required:
1019
+
- regex
1020
+
- required:
1000
1021
- exact
1001
-
- required:
1022
+
- required:
1002
1023
- prefix
1003
-
- required:
1024
+
- required:
1004
1025
- regex
1005
-
- required:
1006
-
- exact
1007
-
- required:
1008
-
- prefix
1009
-
- required:
1010
-
- regex
1011
1026
properties:
1012
1027
exact:
1013
1028
type: string
@@ -1148,7 +1163,7 @@ spec:
1148
1163
sessionAffinity:
1149
1164
description: SessionAffinity represents the session affinity settings for a canary run.
1150
1165
type: object
1151
-
required: ["cookieName"]
1166
+
required: ["cookieName"]
1152
1167
properties:
1153
1168
cookieName:
1154
1169
description: CookieName is the key that will be used for the session affinity cookie.
@@ -1212,7 +1227,7 @@ spec:
1212
1227
type: array
1213
1228
items:
1214
1229
type: object
1215
-
required: ["type", "status", "reason"]
1230
+
required: ["type", "status", "reason"]
1216
1231
properties:
1217
1232
lastTransitionTime:
1218
1233
description: LastTransitionTime of this condition
@@ -1267,14 +1282,16 @@ spec:
1267
1282
type: object
1268
1283
properties:
1269
1284
apiVersion:
1270
-
description: 'APIVersion defines the versioned schema of this representation
1271
-
of an object. Servers should convert recognized schemas to the latest
1272
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
1285
+
description:
1286
+
"APIVersion defines the versioned schema of this representation
1287
+
of an object. Servers should convert recognized schemas to the latest
1288
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
1273
1289
type: string
1274
1290
kind:
1275
-
description: 'Kind is a string value representing the REST resource this
1276
-
object represents. Servers may infer this from the endpoint the client
1277
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
1291
+
description:
1292
+
"Kind is a string value representing the REST resource this
1293
+
object represents. Servers may infer this from the endpoint the client
1294
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
1278
1295
type: string
1279
1296
metadata:
1280
1297
type: object
@@ -1358,14 +1375,16 @@ spec:
1358
1375
type: object
1359
1376
properties:
1360
1377
apiVersion:
1361
-
description: 'APIVersion defines the versioned schema of this representation
1362
-
of an object. Servers should convert recognized schemas to the latest
1363
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
1378
+
description:
1379
+
"APIVersion defines the versioned schema of this representation
1380
+
of an object. Servers should convert recognized schemas to the latest
1381
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
1364
1382
type: string
1365
1383
kind:
1366
-
description: 'Kind is a string value representing the REST resource this
1367
-
object represents. Servers may infer this from the endpoint the client
1368
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
1384
+
description:
1385
+
"Kind is a string value representing the REST resource this
1386
+
object represents. Servers may infer this from the endpoint the client
1387
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
0 commit comments