Skip to content

Commit

Permalink
Remove ErrNoOperatorCondition error (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
awgreene committed Jul 7, 2021
1 parent 59dbe82 commit ec654a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conditions/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ import (
)

var (
// ErrNoOperatorCondition indicates that the operator condition CRD is nil
// Depreciated
ErrNoOperatorCondition = fmt.Errorf("operator Condition CRD is nil")

// readNamespace gets the namespacedName of the operator.
readNamespace = utils.GetOperatorNamespace
)
Expand Down

0 comments on commit ec654a6

Please sign in to comment.