Skip to content

Commit

Permalink
fix(api): Fix error handler types deepcopy generation
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Apr 30, 2021
1 parent 8683c29 commit c0321f0
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/camel/v1alpha1/error_handler_types.go
Expand Up @@ -48,6 +48,8 @@ type BeanProperties struct {
v1.RawMessage `json:",omitempty"`
}

// +kubebuilder:object:generate=false

// ErrorHandler is a generic interface that represent any type of error handler specification
type ErrorHandler interface {
Type() ErrorHandlerType
Expand Down
166 changes: 166 additions & 0 deletions pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0321f0

Please sign in to comment.