Skip to content

Commit

Permalink
chore(trait): hide error handler
Browse files Browse the repository at this point in the history
The error handler is not configurable directly
  • Loading branch information
squakez committed Oct 27, 2024
1 parent 0fdfcaa commit 5b44b71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
1 change: 0 additions & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
** xref:traits:deployer.adoc[Deployer]
** xref:traits:deployment.adoc[Deployment]
** xref:traits:environment.adoc[Environment]
** xref:traits:error-handler.adoc[Error Handler]
** xref:traits:gc.adoc[Gc]
** xref:traits:gcp-secret-manager.adoc[Gcp Secret Manager]
** xref:traits:hashicorp-vault.adoc[Hashicorp Vault]
Expand Down
38 changes: 0 additions & 38 deletions docs/modules/traits/pages/error-handler.adoc

This file was deleted.

1 change: 1 addition & 0 deletions pkg/apis/camel/v1/trait/error_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package trait
// The error-handler is a platform trait used to inject Error Handler source into the integration runtime.
//
// +camel-k:trait=error-handler.
// +camel-k:internal.
type ErrorHandlerTrait struct {
PlatformBaseTrait `property:",squash" json:",inline"`
// The error handler ref name provided or found in application properties
Expand Down

0 comments on commit 5b44b71

Please sign in to comment.