Skip to content

Commit

Permalink
Changed tests to table tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
I308301 committed Apr 28, 2020
1 parent 8cede83 commit 14d3f4d
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 303 deletions.
4 changes: 2 additions & 2 deletions controllers/controller_ref_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ func (m *BaseControllerRefManager) claimObject(obj metav1.Object, match func(met
}
if match(obj) {
// We already own it and the selector matches.
// However, the ownerReference may be set to adopting the statefulset is
// needed to inject the annotations and remove the ownerReference.
// However, if the ownerReference is set for adopting the statefulset, druid
// needs to inject the annotations and remove the ownerReference.
// Return true (successfully claimed) before checking deletion timestamp.
if err := adopt(obj); err != nil {
// If the object no longer exists, ignore the error.
Expand Down
Loading

0 comments on commit 14d3f4d

Please sign in to comment.