Skip to content

Commit a9fb3b1

Browse files
committed
Remove ClusterStatusConditionType Failing
1 parent 8e476cb commit a9fb3b1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

config/v1/types_cluster_operator.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ const (
127127
// operator (eg: openshift-apiserver for the openshift-apiserver-operator).
128128
OperatorProgressing ClusterStatusConditionType = "Progressing"
129129

130-
// OperatorFailing is DEPRECATED
131-
OperatorFailing ClusterStatusConditionType = "Failing"
132-
133130
// Degraded indicates that the operand is not functioning completely. An example of a degraded state
134131
// would be if there should be 5 copies of the operand running but only 4 are running. It may still be available,
135132
// but it is degraded

0 commit comments

Comments
 (0)