Skip to content

Commit

Permalink
Remove ClusterStatusConditionType Failing
Browse files Browse the repository at this point in the history
  • Loading branch information
eparis committed Apr 16, 2019
1 parent 8e476cb commit a9fb3b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/v1/types_cluster_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ const (
// operator (eg: openshift-apiserver for the openshift-apiserver-operator).
OperatorProgressing ClusterStatusConditionType = "Progressing"

// OperatorFailing is DEPRECATED
OperatorFailing ClusterStatusConditionType = "Failing"

// Degraded indicates that the operand is not functioning completely. An example of a degraded state
// would be if there should be 5 copies of the operand running but only 4 are running. It may still be available,
// but it is degraded
Expand Down

0 comments on commit a9fb3b1

Please sign in to comment.