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 8e432e6 commit 24048dcCopy full SHA for 24048dc
staging/api/pkg/operators/v2/operatorcondition_types.go
@@ -9,6 +9,9 @@ const (
9
Upgradeable string = "Upgradeable"
10
)
11
12
+// ConditionType codifies a condition's type.
13
+type ConditionType string
14
+
15
// OperatorConditionSpec allows an operator to report state to OLM and provides
16
// cluster admin with the ability to manually override state reported by the operator.
17
type OperatorConditionSpec struct {
0 commit comments