Skip to content

Commit 4fb9e22

Browse files
committed
var name update
1 parent 34bd2b2 commit 4fb9e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/v1alpha1/inferencemodel_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ const (
209209
//
210210
// * "Pending"
211211
//
212-
ModelConditionReady InferenceModelConditionType = "Accepted"
212+
ModelConditionAccepted InferenceModelConditionType = "Accepted"
213213

214214
// Desired state. Model conforms to the state of the pool.
215-
ModelReasonReady InferenceModelConditionReason = "Accepted"
215+
ModelReasonAccepted InferenceModelConditionReason = "Accepted"
216216

217217
// This reason is used when a given ModelName already exists within the pool.
218218
// Details about naming conflict resolution are on the ModelName field itself.

0 commit comments

Comments
 (0)