File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
248248func init () {
You can’t perform that action at this time.
0 commit comments