File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ type InferenceModelStatus struct {
178
178
//
179
179
// Known condition types are:
180
180
//
181
- // * "Ready "
181
+ // * "Accepted "
182
182
//
183
183
// +optional
184
184
// +listType=map
@@ -195,11 +195,11 @@ type InferenceModelConditionType string
195
195
type InferenceModelConditionReason string
196
196
197
197
const (
198
- // This condition indicates if the model is ready to accept traffic , and if not, why.
198
+ // This condition indicates if the model config is accepted , and if not, why.
199
199
//
200
200
// Possible reasons for this condition to be True are:
201
201
//
202
- // * "Ready "
202
+ // * "Accepted "
203
203
//
204
204
// Possible reasons for this condition to be False are:
205
205
//
@@ -209,10 +209,10 @@ const (
209
209
//
210
210
// * "Pending"
211
211
//
212
- ModelConditionReady InferenceModelConditionType = "Ready "
212
+ ModelConditionReady InferenceModelConditionType = "Accepted "
213
213
214
- // Desired state. Model is ready for serving with no conflicts or issues .
215
- ModelReasonReady InferenceModelConditionReason = "Ready "
214
+ // Desired state. Model conforms to the state of the pool .
215
+ ModelReasonReady InferenceModelConditionReason = "Accepted "
216
216
217
217
// This reason is used when a given ModelName already exists within the pool.
218
218
// Details about naming conflict resolution are on the ModelName field itself.
You can’t perform that action at this time.
0 commit comments