Skip to content

Commit 346779c

Browse files
committed
remove extra condition
1 parent 0bf576c commit 346779c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/controller/state/conditions/conditions.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ const (
4242
// RouteReasonUnsupportedField is used with the "Accepted" condition when a Route contains fields that are
4343
// not yet supported.
4444
RouteReasonUnsupportedField v1.RouteConditionReason = "UnsupportedField"
45-
// RouteReasonBackendRefInvalidInferencePool is used with the "ResolvedRefs" condition when
46-
// the InferencePool backendRef is invalid.
47-
RouteReasonBackendRefInvalidInferencePool v1.RouteConditionReason = "InvalidInferencePool"
4845

4946
// RouteReasonInvalidGateway is used with the "Accepted" (false) condition when the Gateway the Route
5047
// references is invalid.

0 commit comments

Comments
 (0)