Skip to content

Commit 7be9ca9

Browse files
committed
review comments
Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent d4d2fea commit 7be9ca9

File tree

4 files changed

+22
-19
lines changed

4 files changed

+22
-19
lines changed

apis/v1beta1/httproute_types.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,10 @@ type HTTPRouteRule struct {
201201
// All filters are expected to be compatible with each other except for the
202202
// URLRewrite and RequestRedirect filters, which may not be combined. If an
203203
// implementation can not support other combinations of filters, they must clearly
204-
// document that limitation. In all cases where incompatible or unsupported
205-
// filters are specified, implementations MUST add the `PartiallyInvalid` error
206-
// condition with status `True` and reason `IncompatibleFilters`.
204+
// document that limitation. In cases where incompatible or unsupported
205+
// filters are specified on subset of the rules on a route, implementations
206+
// MUST add the `PartiallyInvalid` error condition with status `True` and
207+
// reason `IncompatibleFilters`.
207208
//
208209
// Support: Core
209210
//

apis/v1beta1/shared_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ const (
298298
// Possible reasons for this condition to be true are:
299299
//
300300
// * "IncompatibleFilters"
301+
// * "RefNotPermitted"
302+
// * "UnsupportedValue"
301303
//
302304
// This condition is an error condition and should not be set with status
303305
// false.

config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_httproutes.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)