Skip to content

Commit b40de04

Browse files
authored
Renaming conditions and reasons used in InferencePool status (#454)
1 parent 70965a0 commit b40de04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/v1alpha2/inferencepool_types.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,16 +233,16 @@ const (
233233
//
234234
// Controllers MAY raise this condition with other reasons, but should
235235
// prefer to use the reasons listed above to improve interoperability.
236-
ModelConditionResolvedRefs InferencePoolConditionType = "ResolvedRefs"
236+
InferencePoolConditionResolvedRefs InferencePoolConditionType = "ResolvedRefs"
237237

238238
// This reason is used with the "ResolvedRefs" condition when the condition
239239
// is true.
240-
ModelReasonResolvedRefs InferencePoolReason = "ResolvedRefs"
240+
InferencePoolReasonResolvedRefs InferencePoolReason = "ResolvedRefs"
241241

242242
// This reason is used with the "ResolvedRefs" condition when the
243243
// ExtensionRef is invalid in some way. This can include an unsupported kind
244244
// or API group, or a reference to a resource that can not be found.
245-
ModelReasonInvalidExtensionRef InferencePoolReason = "InvalidExtensionRef"
245+
InferencePoolReasonInvalidExtensionRef InferencePoolReason = "InvalidExtensionRef"
246246
)
247247

248248
func init() {

0 commit comments

Comments
 (0)