Skip to content

Commit

Permalink
Merge pull request #443 from tangming1996/fix/objectsearch
Browse files Browse the repository at this point in the history
fix objectsearch bug of joint delete
  • Loading branch information
kubeedge-bot authored Sep 13, 2024
2 parents 2ecc30d + c19e6c9 commit 3342955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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 ObjectSearchService objects
// have corresponding pods to run their configured workload.
Expand Down

0 comments on commit 3342955

Please sign in to comment.