Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading