File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,16 +233,16 @@ const (
233
233
//
234
234
// Controllers MAY raise this condition with other reasons, but should
235
235
// prefer to use the reasons listed above to improve interoperability.
236
- ModelConditionResolvedRefs InferencePoolConditionType = "ResolvedRefs"
236
+ InferencePoolConditionResolvedRefs InferencePoolConditionType = "ResolvedRefs"
237
237
238
238
// This reason is used with the "ResolvedRefs" condition when the condition
239
239
// is true.
240
- ModelReasonResolvedRefs InferencePoolReason = "ResolvedRefs"
240
+ InferencePoolReasonResolvedRefs InferencePoolReason = "ResolvedRefs"
241
241
242
242
// This reason is used with the "ResolvedRefs" condition when the
243
243
// ExtensionRef is invalid in some way. This can include an unsupported kind
244
244
// or API group, or a reference to a resource that can not be found.
245
- ModelReasonInvalidExtensionRef InferencePoolReason = "InvalidExtensionRef"
245
+ InferencePoolReasonInvalidExtensionRef InferencePoolReason = "InvalidExtensionRef"
246
246
)
247
247
248
248
func init () {
You can’t perform that action at this time.
0 commit comments