File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -232,10 +232,6 @@ const (
232232 //
233233 // * "Ready"
234234 //
235- // Possible reasons for this condition to be False are:
236- //
237- // * "EndpointPickerNotHealthy"
238- //
239235 // Possible reasons for this condition to be Unknown are:
240236 //
241237 // * "Pending"
@@ -245,9 +241,6 @@ const (
245241 // PoolReasonReady is the desired state. The pool and its components are initialized and ready for traffic.
246242 PoolReasonReady InferencePoolConditionReason = "Ready"
247243
248- // PoolReasonEPPNotHealthy is used when the EPP has not yet passed health checks, or has started failing them.
249- PoolReasonEPPNotHealthy InferencePoolConditionReason = "EndpointPickerNotHealthy"
250-
251244 // PoolReasonPending is the initial state, and indicates that the controller has not yet reconciled this pool.
252245 PoolReasonPending InferencePoolConditionReason = "Pending"
253246)
You can’t perform that action at this time.
0 commit comments