Skip to content

Commit

Permalink
Merge pull request #859 from fluxcd/cel-meta
Browse files Browse the repository at this point in the history
[RFC-0009] Add InvalidCELExpressionReason to apis/meta
  • Loading branch information
matheuscscp authored Jan 31, 2025
2 parents f39dac4 + 1178930 commit af0f283
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/meta/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ const (
// ReconciliationFailedReason represents the fact that
// the reconciliation failed.
ReconciliationFailedReason string = "ReconciliationFailed"

// InvalidCELExpressionReason represents the fact that a CEL expression
// in the configuration is invalid.
InvalidCELExpressionReason string = "InvalidCELExpression"
)

// ObjectWithConditions describes a Kubernetes resource object with status conditions.
Expand Down

0 comments on commit af0f283

Please sign in to comment.