Skip to content

Commit af0f283

Browse files
authored
Merge pull request #859 from fluxcd/cel-meta
[RFC-0009] Add InvalidCELExpressionReason to apis/meta
2 parents f39dac4 + 1178930 commit af0f283

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apis/meta/conditions.go

+4
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ const (
148148
// ReconciliationFailedReason represents the fact that
149149
// the reconciliation failed.
150150
ReconciliationFailedReason string = "ReconciliationFailed"
151+
152+
// InvalidCELExpressionReason represents the fact that a CEL expression
153+
// in the configuration is invalid.
154+
InvalidCELExpressionReason string = "InvalidCELExpression"
151155
)
152156

153157
// ObjectWithConditions describes a Kubernetes resource object with status conditions.

0 commit comments

Comments
 (0)