Browse Source

fix objectsearch bug of joint delete

Signed-off-by: ming.tang <ming.tang@daocloud.io>
tags/v0.7.0
ming.tang 1 year ago
parent
commit
c19e6c949c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkg/globalmanager/controllers/objectsearch/objectsearchservice.go

+ 1
- 1
pkg/globalmanager/controllers/objectsearch/objectsearchservice.go View File

@@ -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.


Loading…
Cancel
Save