We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f39dac4 + 1178930 commit af0f283Copy full SHA for af0f283
apis/meta/conditions.go
@@ -148,6 +148,10 @@ const (
148
// ReconciliationFailedReason represents the fact that
149
// the reconciliation failed.
150
ReconciliationFailedReason string = "ReconciliationFailed"
151
+
152
+ // InvalidCELExpressionReason represents the fact that a CEL expression
153
+ // in the configuration is invalid.
154
+ InvalidCELExpressionReason string = "InvalidCELExpression"
155
)
156
157
// ObjectWithConditions describes a Kubernetes resource object with status conditions.
0 commit comments