Skip to content

Commit

Permalink
proposal-sedna controller enhancement: fix JointInferenceService owne…
Browse files Browse the repository at this point in the history
…r reference

correct the owner reference of joint inference objects

Signed-off-by: shemol <[email protected]>
  • Loading branch information
SherlockShemol committed Aug 7, 2024
1 parent b510706 commit f75ebbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const (
)

// Kind contains the schema.GroupVersionKind for this controller type.
var Kind = sednav1.SchemeGroupVersion.WithKind(Name)
var Kind = sednav1.SchemeGroupVersion.WithKind(KindName)

// Controller ensures that all JointInferenceService objects
// have corresponding pods to run their configured workload.
Expand Down

0 comments on commit f75ebbe

Please sign in to comment.