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 34bd2b2 commit 4fb9e22Copy full SHA for 4fb9e22
api/v1alpha1/inferencemodel_types.go
@@ -209,10 +209,10 @@ const (
209
//
210
// * "Pending"
211
212
- ModelConditionReady InferenceModelConditionType = "Accepted"
+ ModelConditionAccepted InferenceModelConditionType = "Accepted"
213
214
// Desired state. Model conforms to the state of the pool.
215
- ModelReasonReady InferenceModelConditionReason = "Accepted"
+ ModelReasonAccepted InferenceModelConditionReason = "Accepted"
216
217
// This reason is used when a given ModelName already exists within the pool.
218
// Details about naming conflict resolution are on the ModelName field itself.
0 commit comments