We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59dbe82 commit ec654a6Copy full SHA for ec654a6
conditions/conditions.go
@@ -28,10 +28,6 @@ import (
28
)
29
30
var (
31
- // ErrNoOperatorCondition indicates that the operator condition CRD is nil
32
- // Depreciated
33
- ErrNoOperatorCondition = fmt.Errorf("operator Condition CRD is nil")
34
-
35
// readNamespace gets the namespacedName of the operator.
36
readNamespace = utils.GetOperatorNamespace
37
0 commit comments