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 0bf576c commit 346779cCopy full SHA for 346779c
internal/controller/state/conditions/conditions.go
@@ -42,9 +42,6 @@ const (
42
// RouteReasonUnsupportedField is used with the "Accepted" condition when a Route contains fields that are
43
// not yet supported.
44
RouteReasonUnsupportedField v1.RouteConditionReason = "UnsupportedField"
45
- // RouteReasonBackendRefInvalidInferencePool is used with the "ResolvedRefs" condition when
46
- // the InferencePool backendRef is invalid.
47
- RouteReasonBackendRefInvalidInferencePool v1.RouteConditionReason = "InvalidInferencePool"
48
49
// RouteReasonInvalidGateway is used with the "Accepted" (false) condition when the Gateway the Route
50
// references is invalid.
0 commit comments