Skip to content

Commit

Permalink
chore(cvc): add cvc-controller fake client mock tests (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored Jul 8, 2020
1 parent 96dc8a7 commit 716d4a2
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkg/controllers/cstorvolumeconfig/controller_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ type CVCController struct {
// recorder is an event recorder for recording Event resources to the
// Kubernetes API.
recorder record.EventRecorder

// used for unit testing
enqueueCVCConfig func(cvc interface{})
}

// CVCControllerBuilder is the builder object for controller.
Expand Down
Loading

0 comments on commit 716d4a2

Please sign in to comment.