File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -232,10 +232,6 @@ const (
232
232
//
233
233
// * "Ready"
234
234
//
235
- // Possible reasons for this condition to be False are:
236
- //
237
- // * "EndpointPickerNotHealthy"
238
- //
239
235
// Possible reasons for this condition to be Unknown are:
240
236
//
241
237
// * "Pending"
@@ -245,9 +241,6 @@ const (
245
241
// PoolReasonReady is the desired state. The pool and its components are initialized and ready for traffic.
246
242
PoolReasonReady InferencePoolConditionReason = "Ready"
247
243
248
- // PoolReasonEPPNotHealthy is used when the EPP has not yet passed health checks, or has started failing them.
249
- PoolReasonEPPNotHealthy InferencePoolConditionReason = "EndpointPickerNotHealthy"
250
-
251
244
// PoolReasonPending is the initial state, and indicates that the controller has not yet reconciled this pool.
252
245
PoolReasonPending InferencePoolConditionReason = "Pending"
253
246
)
You can’t perform that action at this time.
0 commit comments