Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkg/operators/v2/operatorcondition_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const (
Upgradeable string = "Upgradeable"
)

// ConditionType codifies a condition's type.
type ConditionType string

// OperatorConditionSpec allows an operator to report state to OLM and provides
// cluster admin with the ability to manually override state reported by the operator.
type OperatorConditionSpec struct {
Expand Down