We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e476cb commit a9fb3b1Copy full SHA for a9fb3b1
1 file changed
config/v1/types_cluster_operator.go
@@ -127,9 +127,6 @@ const (
127
// operator (eg: openshift-apiserver for the openshift-apiserver-operator).
128
OperatorProgressing ClusterStatusConditionType = "Progressing"
129
130
- // OperatorFailing is DEPRECATED
131
- OperatorFailing ClusterStatusConditionType = "Failing"
132
-
133
// Degraded indicates that the operand is not functioning completely. An example of a degraded state
134
// would be if there should be 5 copies of the operand running but only 4 are running. It may still be available,
135
// but it is degraded
0 commit comments