We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62ba58 commit 95e0c49Copy full SHA for 95e0c49
tests/cel/common.go
@@ -52,6 +52,7 @@ const (
52
expectedTargetRefMustBeHTTPRouteOrGrpcRouteError = `TargetRef Kind must be: HTTPRoute or GRPCRoute`
53
expectedTargetRefKindAndNameComboMustBeUnique = `TargetRef Kind and Name combination must be unique`
54
expectedStrategyMustBeOfTypeRatio = `ratio can only be specified if strategy is of type ratio`
55
+)
56
57
// UpstreamSettingsPolicy validation errors.
58
const (
0 commit comments