@@ -249,7 +249,7 @@ type HTTPRouteRule struct {
249249// must ensure that unknown values will not cause a crash.
250250//
251251// Unknown values here must result in the implementation setting the
252- // Attached Condition for the Route to `status: False`, with a
252+ // Accepted Condition for the Route to `status: False`, with a
253253// Reason of `UnsupportedValue`.
254254//
255255// +kubebuilder:validation:Enum=Exact;PathPrefix;RegularExpression
@@ -311,7 +311,7 @@ type HTTPPathMatch struct {
311311// must ensure that unknown values will not cause a crash.
312312//
313313// Unknown values here must result in the implementation setting the
314- // Attached Condition for the Route to `status: False`, with a
314+ // Accepted Condition for the Route to `status: False`, with a
315315// Reason of `UnsupportedValue`.
316316//
317317// +kubebuilder:validation:Enum=Exact;RegularExpression
@@ -392,7 +392,7 @@ type HTTPHeaderMatch struct {
392392// must ensure that unknown values will not cause a crash.
393393//
394394// Unknown values here must result in the implementation setting the
395- // Attached Condition for the Route to `status: False`, with a
395+ // Accepted Condition for the Route to `status: False`, with a
396396// Reason of `UnsupportedValue`.
397397//
398398// +kubebuilder:validation:Enum=Exact;RegularExpression
@@ -451,7 +451,7 @@ type HTTPQueryParamMatch struct {
451451// must ensure that unknown values will not cause a crash.
452452//
453453// Unknown values here must result in the implementation setting the
454- // Attached Condition for the Route to `status: False`, with a
454+ // Accepted Condition for the Route to `status: False`, with a
455455// Reason of `UnsupportedValue`.
456456//
457457// +kubebuilder:validation:Enum=GET;HEAD;POST;PUT;DELETE;CONNECT;OPTIONS;TRACE;PATCH
@@ -558,7 +558,7 @@ type HTTPRouteFilter struct {
558558 // must ensure that unknown values will not cause a crash.
559559 //
560560 // Unknown values here must result in the implementation setting the
561- // Attached Condition for the Route to `status: False`, with a
561+ // Accepted Condition for the Route to `status: False`, with a
562562 // Reason of `UnsupportedValue`.
563563 //
564564 // +unionDiscriminator
@@ -784,7 +784,7 @@ type HTTPPathModifier struct {
784784 // must ensure that unknown values will not cause a crash.
785785 //
786786 // Unknown values here must result in the implementation setting the
787- // Attached Condition for the Route to `status: False`, with a
787+ // Accepted Condition for the Route to `status: False`, with a
788788 // Reason of `UnsupportedValue`.
789789 //
790790 // <gateway:experimental>
@@ -828,7 +828,7 @@ type HTTPRequestRedirectFilter struct {
828828 // must ensure that unknown values will not cause a crash.
829829 //
830830 // Unknown values here must result in the implementation setting the
831- // Attached Condition for the Route to `status: False`, with a
831+ // Accepted Condition for the Route to `status: False`, with a
832832 // Reason of `UnsupportedValue`.
833833 //
834834 // +optional
@@ -871,7 +871,7 @@ type HTTPRequestRedirectFilter struct {
871871 // must ensure that unknown values will not cause a crash.
872872 //
873873 // Unknown values here must result in the implementation setting the
874- // Attached Condition for the Route to `status: False`, with a
874+ // Accepted Condition for the Route to `status: False`, with a
875875 // Reason of `UnsupportedValue`.
876876 //
877877 // +optional
0 commit comments