Skip to content

Commit 1178930

Browse files
committed
Add InvalidCELExpressionReason to apis/meta
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent f39dac4 commit 1178930

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)