Skip to content

Commit

Permalink
Add InvalidCELExpressionReason to apis/meta
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
  • Loading branch information
matheuscscp committed Jan 27, 2025
1 parent 528bc56 commit 0b0eba6
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 0b0eba6

Please sign in to comment.