We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39dac4 commit 1178930Copy full SHA for 1178930
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